diff options
Diffstat (limited to 'mysql-test/t/rpl000016.test')
-rw-r--r-- | mysql-test/t/rpl000016.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000016.test b/mysql-test/t/rpl000016.test index 1a75da49039..e5f1649a504 100644 --- a/mysql-test/t/rpl000016.test +++ b/mysql-test/t/rpl000016.test @@ -27,6 +27,7 @@ create table t2(m int); insert into t2 values (34),(67),(123); flush logs; show master logs; +sleep 2; # If a slow machine purge master logs to 'master-bin.003'; show master logs; insert into t2 values (65); |