Commit 2d38c5e6 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-17749 fixup: ./mtr --embedded main.lock_kill (again)

parent 663bc849
......@@ -17,7 +17,7 @@ LOCK TABLE t1 WRITE;
eval KILL $conid;
--enable_query_log
--connection con1
--error 0,2013,ER_CONNECTION_KILLED
--error 0,2006,2013,ER_CONNECTION_KILLED
reap;
--connection default
--disconnect con1
......@@ -35,7 +35,7 @@ LOCK TABLE t1 WRITE, t2 WRITE;
eval KILL $conid;
--enable_query_log
--connection con1
--error 0,2013,ER_CONNECTION_KILLED
--error 0,2006,2013,ER_CONNECTION_KILLED
reap;
--connection default
--disconnect con1
......
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