diff options
Diffstat (limited to 'mysql-test/t/rpl_loaddata_rule_s.test')
-rw-r--r-- | mysql-test/t/rpl_loaddata_rule_s.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_loaddata_rule_s.test b/mysql-test/t/rpl_loaddata_rule_s.test index 98fad3cc06f..a552e7f182b 100644 --- a/mysql-test/t/rpl_loaddata_rule_s.test +++ b/mysql-test/t/rpl_loaddata_rule_s.test @@ -19,4 +19,7 @@ sync_with_master; select count(*) from t1; # check that LOAD was replicated show binlog events from 98; # should be nothing +connection master; +drop table t1; + # End of 4.1 tests |