mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
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:
parent
279529c11c
commit
5d1d9f11d7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ connection con1;
|
|||
--send
|
||||
update t1 set n = 3;
|
||||
connection con2;
|
||||
sleep 0.5;
|
||||
sleep 1;
|
||||
unlock tables;
|
||||
connection con1;
|
||||
reap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue