1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
hf@deer.mysql.r18.ru
2003-04-08 19:43:24 +05:00
55 changed files with 119 additions and 70 deletions

View File

@ -211,7 +211,7 @@ cleanup:
delete select;
free_underlaid_joins(thd, &thd->lex.select_lex);
if (error >= 0 || thd->net.report_error)
send_error(thd,thd->killed ? ER_SERVER_SHUTDOWN: 0);
send_error(thd,thd->killed_errno());
else
{
send_ok(thd,deleted);