summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_heap.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_heap.test')
-rw-r--r--mysql-test/t/rpl_heap.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_heap.test b/mysql-test/t/rpl_heap.test
index 66dac1d7926..3ee335fe58d 100644
--- a/mysql-test/t/rpl_heap.test
+++ b/mysql-test/t/rpl_heap.test
@@ -7,7 +7,7 @@ require_manager;
# issue a query after the server restart.
# Maybe this is something awkward in mysqltest or in the manager?
# So we use sockets.
-connect (master,localhost,root,,test,0,master.sock);
+connect (master,localhost,root,,test,0,$MASTER_MYPORT);
connect (slave,localhost,root,,test,0,slave.sock);
connection master;