Commit 5d1d9f11 authored by unknown's avatar unknown

Bug #29307 status.test fails with different Table_locks_immediate

Added more sleep time befoe reap to allow query to be executed.


mysql-test/t/status.test:
  Added more sleep time befoe reap to allow query to be executed.
parent 279529c1
...@@ -25,7 +25,7 @@ connection con1; ...@@ -25,7 +25,7 @@ connection con1;
--send --send
update t1 set n = 3; update t1 set n = 3;
connection con2; connection con2;
sleep 0.5; sleep 1;
unlock tables; unlock tables;
connection con1; connection con1;
reap; reap;
......
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