diff options
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_drop.test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_drop.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_drop.test b/mysql-test/suite/rpl/t/rpl_drop.test index b38007a755f..6f586d90de3 100644 --- a/mysql-test/suite/rpl/t/rpl_drop.test +++ b/mysql-test/suite/rpl/t/rpl_drop.test @@ -7,10 +7,6 @@ drop table if exists t1, t2; create table t1 (a int); --error 1051 drop table t1, t2; -save_master_pos; -connection slave; -sync_with_master; +sync_slave_with_master; # End of 4.1 tests - - |