Commit c3801d96 authored by unknown's avatar unknown

Fix lock_multi test case failure related to

concurrent inserts.


mysql-test/t/lock_multi.test:
  Wait for the concurrent insert to finish.
parent 3676f518
...@@ -396,6 +396,9 @@ unlock tables; ...@@ -396,6 +396,9 @@ unlock tables;
connection insert; connection insert;
--reap --reap
connection default; connection default;
let $wait_condition=
select count(*) = 1 from t1;
--source include/wait_condition.inc
select * from t1; select * from t1;
drop table t1; drop table t1;
disconnect flush; disconnect flush;
......
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