Skip to content

Commit

Permalink
MDEV-17749 fixup: ./mtr --embedded main.lock_kill
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 2, 2021
1 parent 950a220 commit 4847a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/main/lock_kill.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4847a2e

Please sign in to comment.