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
@ -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…
x
Reference in New Issue
Block a user