1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

This commit is contained in:
Marko Mäkelä
2021-06-04 09:35:18 +03:00
parent 663bc849b5
commit 2d38c5e64e

View File

@ -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