mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
In certain phases of query processing, a interrupted error might
be sent to a user even if its the connection that is actually being killed.
This commit is contained in:
parent
64c059b0a8
commit
a6d21fc09b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ KILL @id;
|
||||||
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
|
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
|
||||||
|
|
||||||
connection con1;
|
connection con1;
|
||||||
--error 1053,2006,2013
|
--error 1317,1053,2006,2013
|
||||||
reap;
|
reap;
|
||||||
SELECT 1;
|
SELECT 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue