mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Various post-review fixes
This commit is contained in:
@ -319,10 +319,10 @@ int Mysql_connection_thread::dispatch_command(enum enum_server_command command,
|
||||
{
|
||||
switch (command) {
|
||||
case COM_QUIT: // client exit
|
||||
log_info("query for connection %d received quit command",connection_id);
|
||||
log_info("query for connection %d received quit command", connection_id);
|
||||
return 1;
|
||||
case COM_PING:
|
||||
log_info("query for connection %d received ping command",connection_id);
|
||||
log_info("query for connection %d received ping command", connection_id);
|
||||
net_send_ok(&net, connection_id);
|
||||
break;
|
||||
case COM_QUERY:
|
||||
|
Reference in New Issue
Block a user