mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
Merge 10.3 into 10.4
This commit is contained in:
commit
d3d2c96567
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ LOCK TABLE t1 WRITE;
|
|||
eval KILL $conid;
|
||||
--enable_query_log
|
||||
--connection con1
|
||||
--error 0,2013
|
||||
--error 0,2013,ER_CONNECTION_KILLED
|
||||
reap;
|
||||
--connection default
|
||||
--disconnect con1
|
||||
|
@ -35,7 +35,7 @@ LOCK TABLE t1 WRITE, t2 WRITE;
|
|||
eval KILL $conid;
|
||||
--enable_query_log
|
||||
--connection con1
|
||||
--error 0,2013
|
||||
--error 0,2013,ER_CONNECTION_KILLED
|
||||
reap;
|
||||
--connection default
|
||||
--disconnect con1
|
||||
|
|
|
@ -588,6 +588,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
|||
|
||||
if (thd->check_killed())
|
||||
{
|
||||
open_error= false;
|
||||
fatal_error= true;
|
||||
result_code= HA_ADMIN_FAILED;
|
||||
goto send_result;
|
||||
|
|
Loading…
Add table
Reference in a new issue