Commit 85fc94ec authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix kill test, again

parent 6404fcbf
......@@ -60,7 +60,6 @@ SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
KILL @id;
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
Got one of the listed errors
Got one of the listed errors
SET DEBUG_SYNC = 'RESET';
DROP TABLE t1, t2;
SET DEBUG_SYNC= 'before_acos_function SIGNAL in_sync WAIT_FOR kill';
......
......@@ -144,10 +144,8 @@ SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
connection con1;
--error 1317,1053,2006,2013,1927
reap;
--disable_query_log
--error 2013,0
SELECT 1;
--enable_query_log
--error 0,2013
let $ignore= `SELECT 1`;
connection default;
SET DEBUG_SYNC = 'RESET';
......
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