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.
This commit is contained in:
unknown 2007-06-26 20:33:53 -04:00
commit 5d1d9f11d7

View file

@ -25,7 +25,7 @@ connection con1;
--send
update t1 set n = 3;
connection con2;
sleep 0.5;
sleep 1;
unlock tables;
connection con1;
reap;