diff options
Diffstat (limited to 'mysql-test/t/rpl_loaddata_m.test')
-rw-r--r-- | mysql-test/t/rpl_loaddata_m.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_loaddata_m.test b/mysql-test/t/rpl_loaddata_m.test index 01ef89d4efc..42c3ad99f33 100644 --- a/mysql-test/t/rpl_loaddata_m.test +++ b/mysql-test/t/rpl_loaddata_m.test @@ -42,8 +42,11 @@ SHOW TABLES; SELECT COUNT(*) FROM mysqltest.t1; #show binlog events; + +# Cleanup connection master; DROP DATABASE mysqltest; DROP TABLE test.t1; +sync_slave_with_master; # End of test |