mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed packet length for embedded tests
libmysqld/lib_sql.cc: Fixed packet length for embedded
This commit is contained in:
@ -111,7 +111,7 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
|
|||||||
}
|
}
|
||||||
|
|
||||||
thd->net.no_send_error= 0;
|
thd->net.no_send_error= 0;
|
||||||
result= dispatch_command(command, thd, (char *) arg, arg_length + 1);
|
result= dispatch_command(command, thd, (char *) arg, arg_length);
|
||||||
thd->cur_data= 0;
|
thd->cur_data= 0;
|
||||||
|
|
||||||
if (!skip_check)
|
if (!skip_check)
|
||||||
|
Reference in New Issue
Block a user