Commit 45f8bcb2 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Attempt to fix sproadic failures of rpl.rpl_err_ignoredtable.

mysql-test/suite/rpl/t/rpl_err_ignoredtable.test:
  Wait until thread is killed.
parent 1a9f6b1d
......@@ -47,6 +47,9 @@ let $wait_condition= SELECT count(*) > 0 FROM information_schema.processlist WHE
source include/wait_condition.inc;
select (@id := id) - id from t3;
kill @id;
let $id= `SELECT @id`;
let $wait_condition= SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE ID = $id;
source include/wait_condition.inc;
drop table t2,t3;
insert into t4 values (3),(4);
connection master;
......
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