summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000017.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl000017.test')
-rw-r--r--mysql-test/t/rpl000017.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000017.test b/mysql-test/t/rpl000017.test
index f346ca39ca0..d4f41f1e374 100644
--- a/mysql-test/t/rpl000017.test
+++ b/mysql-test/t/rpl000017.test
@@ -1,5 +1,5 @@
-connect (master,localhost,root,,test,0,master.sock);
-connect (slave,localhost,root,,test,0,slave.sock);
+connect (master,localhost,root,,test,$MASTER_MYPORT,master.sock);
+connect (slave,localhost,root,,test,$SLAVE_MYPORT,slave.sock);
connection master;
reset master;
grant replication slave on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab';