1
0
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:
skozlov/ksm@mysql.com/virtop.localdomain
2007-12-06 18:27:10 +03:00
parent 60880ec8ae
commit 63800e091a
15 changed files with 45 additions and 37 deletions

View File

@@ -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;