Fixed MySQL

This commit is contained in:
WolverinDEV 2020-08-22 21:34:34 +02:00
parent f80f629496
commit 4d7fabe2ea

View File

@ -24,9 +24,15 @@ namespace ts {
undefined = 0x1,
not_implemented = 0x2,
lib_time_limit_reached = 0x5,
command_not_found = 0x100,
unable_to_bind_network_port = 0x101,
no_network_port_available = 0x102,
/* Mainly used by the TeaClient */
command_timed_out = 0x110,
command_aborted_connection_closed = 0x111,
client_invalid_id = 0x200,
client_nickname_inuse = 0x201,
invalid_error_code = 0x202,
@ -97,6 +103,7 @@ namespace ts {
database_no_modifications = 0x503,
database_constraint = 0x504,
database_reinvoke = 0x505,
parameter_quote = 0x600,
parameter_invalid_count = 0x601,
parameter_invalid = 0x602,