mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into bodhi.local:/opt/local/work/mysql-4.1-runtime
This commit is contained in:
@@ -258,7 +258,8 @@ cleanup:
|
||||
mysql_unlock_tables(thd, thd->lock);
|
||||
thd->lock=0;
|
||||
}
|
||||
if (error >= 0 || thd->net.report_error)
|
||||
if ((error >= 0 || thd->net.report_error) &&
|
||||
(!thd->lex->ignore || thd->is_fatal_error))
|
||||
send_error(thd,thd->killed ? ER_SERVER_SHUTDOWN: 0);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user