mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Attempt to fix sproadic failures of rpl.rpl_err_ignoredtable.
mysql-test/suite/rpl/t/rpl_err_ignoredtable.test: Wait until thread is killed.
This commit is contained in:
parent
1a9f6b1d89
commit
45f8bcb282
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue