mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed problems detected by pushbuild
mysql-test/t/log_state.test: Move disconnect last to avoid sporadic failures in test because 'Quit' command appeared in general log plugin/daemon_example/daemon_example.c: Define __attribute__ to fix compiler error with not gcc compilers sql-common/client.c: Fixed spelling error sql/sql_parse.cc: Added comment
This commit is contained in:
@ -682,7 +682,7 @@ cli_advanced_command(MYSQL *mysql, enum enum_server_command command,
|
||||
mysql->info=0;
|
||||
mysql->affected_rows= ~(my_ulonglong) 0;
|
||||
/*
|
||||
We don't want to clear the protocol buffer on COM_QUIT, beacsue if
|
||||
We don't want to clear the protocol buffer on COM_QUIT, because if
|
||||
the previous command was a shutdown command, we may have the
|
||||
response for the COM_QUIT already in the communication buffer
|
||||
*/
|
||||
|
Reference in New Issue
Block a user