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;
--send
update t1 set n = 3;
connection con2;
sleep 0.5;
sleep 1;
unlock tables;
connection con1;
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