mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SCRUM
two KILL commands implementation (version 2)
This commit is contained in:
@ -355,7 +355,7 @@ int mysql_update(THD *thd,
|
||||
delete select;
|
||||
free_underlaid_joins(thd, &thd->lex.select_lex);
|
||||
if (error >= 0)
|
||||
send_error(thd,thd->killed ? ER_SERVER_SHUTDOWN : 0); /* purecov: inspected */
|
||||
send_error(thd,thd->killed); /* purecov: inspected */
|
||||
else
|
||||
{
|
||||
char buff[80];
|
||||
|
Reference in New Issue
Block a user