diff options
Diffstat (limited to 'mysql-test/t/rpl000011.test')
-rw-r--r-- | mysql-test/t/rpl000011.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000011.test b/mysql-test/t/rpl000011.test index 8e9129f875e..04b6898f74a 100644 --- a/mysql-test/t/rpl000011.test +++ b/mysql-test/t/rpl000011.test @@ -6,7 +6,6 @@ create table t1 (n int); insert into t1 values(1); save_master_pos; connection slave; -#give slave some breathing room to get started sync_with_master; slave stop; slave start; @@ -16,7 +15,6 @@ save_master_pos; connection slave; #let slave catch up sync_with_master; -sleep 1; @r/rpl000011.result select * from t1; connection master; drop table t1; |