mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge mockturtle.local:/home/dlenev/src/mysql-5.0-bg25966-2
into mockturtle.local:/home/dlenev/src/mysql-5.1-bg25966
This commit is contained in:
@ -689,7 +689,10 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
DBUG_ENTER("dispatch_command");
|
||||
|
||||
if (thd->killed == THD::KILL_QUERY || thd->killed == THD::KILL_BAD_DATA)
|
||||
{
|
||||
thd->killed= THD::NOT_KILLED;
|
||||
thd->mysys_var->abort= 0;
|
||||
}
|
||||
|
||||
thd->command=command;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user