Commit 07a73627 authored by unknown's avatar unknown

Fix a race condition in innodb_mysql.test


mysql-test/include/mix1.inc:
  Fix a race condition in the test, causing a sporadic failure.
parent 4c05e7e3
......@@ -1309,6 +1309,7 @@ SELECT * FROM t1;
--echo # Switch to connection con2
connection con2;
--reap
SELECT * FROM t1;
--echo # Switch to connection con1
......
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