Skip to content
Permalink
Browse files
MDEV-17749 fixup: ./mtr --embedded main.lock_kill
  • Loading branch information
dr-m committed Jun 2, 2021
1 parent 950a220 commit 4847a2e
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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

0 comments on commit 4847a2e

Please sign in to comment.