Fixed MySQL
This commit is contained in:
parent
f80f629496
commit
4d7fabe2ea
@ -24,9 +24,15 @@ namespace ts {
|
|||||||
undefined = 0x1,
|
undefined = 0x1,
|
||||||
not_implemented = 0x2,
|
not_implemented = 0x2,
|
||||||
lib_time_limit_reached = 0x5,
|
lib_time_limit_reached = 0x5,
|
||||||
|
|
||||||
command_not_found = 0x100,
|
command_not_found = 0x100,
|
||||||
unable_to_bind_network_port = 0x101,
|
unable_to_bind_network_port = 0x101,
|
||||||
no_network_port_available = 0x102,
|
no_network_port_available = 0x102,
|
||||||
|
|
||||||
|
/* Mainly used by the TeaClient */
|
||||||
|
command_timed_out = 0x110,
|
||||||
|
command_aborted_connection_closed = 0x111,
|
||||||
|
|
||||||
client_invalid_id = 0x200,
|
client_invalid_id = 0x200,
|
||||||
client_nickname_inuse = 0x201,
|
client_nickname_inuse = 0x201,
|
||||||
invalid_error_code = 0x202,
|
invalid_error_code = 0x202,
|
||||||
@ -97,6 +103,7 @@ namespace ts {
|
|||||||
database_no_modifications = 0x503,
|
database_no_modifications = 0x503,
|
||||||
database_constraint = 0x504,
|
database_constraint = 0x504,
|
||||||
database_reinvoke = 0x505,
|
database_reinvoke = 0x505,
|
||||||
|
|
||||||
parameter_quote = 0x600,
|
parameter_quote = 0x600,
|
||||||
parameter_invalid_count = 0x601,
|
parameter_invalid_count = 0x601,
|
||||||
parameter_invalid = 0x602,
|
parameter_invalid = 0x602,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user