diff options
Diffstat (limited to 'mysql-test/t/rpl_loaddata_rule_m.test')
-rw-r--r-- | mysql-test/t/rpl_loaddata_rule_m.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_loaddata_rule_m.test b/mysql-test/t/rpl_loaddata_rule_m.test index c956f2c7720..43975fd11e2 100644 --- a/mysql-test/t/rpl_loaddata_rule_m.test +++ b/mysql-test/t/rpl_loaddata_rule_m.test @@ -24,7 +24,10 @@ load data infile '../../std_data/rpl_loaddata.dat' into table test.t1; # were returned). --replace_column 2 # 5 # show binlog events from 98; + drop database mysqltest; +use test; +drop table t1; # End of 4.1 tests # Adding comment for force manual merge 5.0 -> wl1012: Delete me |