summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_loaddata_map.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_loaddata_map.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_loaddata_map.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_loaddata_map.test b/mysql-test/suite/rpl/t/rpl_loaddata_map.test
index 24c8221c20f..655bcc39cb9 100644
--- a/mysql-test/suite/rpl/t/rpl_loaddata_map.test
+++ b/mysql-test/suite/rpl/t/rpl_loaddata_map.test
@@ -59,14 +59,12 @@ source include/show_binlog_events.inc;
--echo ==== Verify results on slave ====
---echo [on slave]
sync_slave_with_master;
select count(*) from t2 /* 5 000 */;
--echo ==== Clean up ====
---echo [on master]
connection master;
drop table t2;
sync_slave_with_master;