summaryrefslogtreecommitdiff
path: root/mysql-test/suite/manual/t/rpl_replication_delay.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/manual/t/rpl_replication_delay.test')
-rw-r--r--mysql-test/suite/manual/t/rpl_replication_delay.test12
1 files changed, 3 insertions, 9 deletions
diff --git a/mysql-test/suite/manual/t/rpl_replication_delay.test b/mysql-test/suite/manual/t/rpl_replication_delay.test
index fc1db9bfe18..f2b2da6f53c 100644
--- a/mysql-test/suite/manual/t/rpl_replication_delay.test
+++ b/mysql-test/suite/manual/t/rpl_replication_delay.test
@@ -7,9 +7,8 @@
source include/master-slave.inc;
-connection master;
-#connection slave;
-sync_slave_with_master;
+connection slave;
+
--echo # Second_behind reports 0
let $status_items= Seconds_Behind_Master;
source include/show_slave_status.inc;
@@ -61,9 +60,4 @@ unlock tables;
connection master;
drop table t1;
-#connection slave;
-sync_slave_with_master;
-
-
-# End of tests
-
+--source include/rpl_end.inc