After-merge fix: ./mtr --embedded main.lock_kill
This commit is contained in:
parent
a722ee88f3
commit
4555fb1722
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user