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:
Davi Arnaut 2010-11-18 11:41:08 -02:00
parent 64c059b0a8
commit a6d21fc09b

View file

@ -141,7 +141,7 @@ KILL @id;
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
connection con1;
--error 1053,2006,2013
--error 1317,1053,2006,2013
reap;
SELECT 1;