diff options
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r-- | mysql-test/t/rpl000018.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test index e992f7938eb..b8c09ed431d 100644 --- a/mysql-test/t/rpl000018.test +++ b/mysql-test/t/rpl000018.test @@ -13,7 +13,9 @@ reset slave; start slave; connection master; show binary logs; +--disable_warnings drop table if exists t1; +--enable_warnings create table t1(n int); insert into t1 values (3351); sync_slave_with_master; |