summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000018.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r--mysql-test/t/rpl000018.test12
1 files changed, 4 insertions, 8 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test
index 291b482b912..e992f7938eb 100644
--- a/mysql-test/t/rpl000018.test
+++ b/mysql-test/t/rpl000018.test
@@ -10,18 +10,14 @@ server_stop master;
server_start master;
connection slave;
reset slave;
-slave start;
+start slave;
connection master;
-show master logs;
+show binary logs;
drop table if exists t1;
create table t1(n int);
insert into t1 values (3351);
-save_master_pos;
-connection slave;
-sync_with_master;
+sync_slave_with_master;
select * from t1;
connection master;
drop table t1;
-save_master_pos;
-connection slave;
-sync_with_master;
+sync_slave_with_master;