Commit e0a17f56 authored by Davi Arnaut's avatar Davi Arnaut

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.
parent 54d63578
...@@ -141,7 +141,7 @@ KILL @id; ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment