mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge with 5.2
This commit is contained in:
@@ -1181,7 +1181,8 @@ pthread_handler_t handle_one_connection(void *arg)
|
||||
prepare_new_connection_state(thd);
|
||||
|
||||
while (!net->error && net->vio != 0 &&
|
||||
!(thd->killed == THD::KILL_CONNECTION))
|
||||
thd->killed != THD::KILL_CONNECTION &&
|
||||
thd->killed != THD::KILL_SERVER)
|
||||
{
|
||||
if (do_command(thd))
|
||||
break;
|
||||
|
Reference in New Issue
Block a user