mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL#4091, part1. replace --sleep by include/wait_condition.inc
This commit is contained in:
parent
60880ec8ae
commit
63800e091a
@@ -34,7 +34,8 @@ connection master1;
|
||||
|
||||
# This sleep is picked so that the query above has started to insert
|
||||
# some rows into t2. If it hasn't the slave will not stop below.
|
||||
sleep 4;
|
||||
let $wait_condition= SELECT COUNT(*) > 1000 FROM t1;
|
||||
source include/wait_condition.inc
|
||||
|
||||
# SHOW PROCESSLIST;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user