Commit 4847a2e7 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-17749 fixup: ./mtr --embedded main.lock_kill

parent 950a2200
......@@ -17,7 +17,7 @@ LOCK TABLE t1 WRITE;
eval KILL $conid;
--enable_query_log
--connection con1
--error 0,2013
--error 0,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
--error 0,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