summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authordf@kahlann.erinye.com <>2006-12-19 15:31:10 +0100
committerdf@kahlann.erinye.com <>2006-12-19 15:31:10 +0100
commitcf1fd5427c2a74ed84c2e697bbd1326085fe284d (patch)
tree7b4278185e77a5550e2d62ea54ba7b64f6f5ac2b /mysql-test/t/rpl000015.test
parentad1abb3cb337cbe756c18270698afe07d35278a2 (diff)
parent6b27694ac8b3283904a8ece44ce826415f938f0c (diff)
downloadmariadb-git-cf1fd5427c2a74ed84c2e697bbd1326085fe284d.tar.gz
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index d61b7120fa1..d05e4df66b1 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -1,5 +1,5 @@
connect (master,localhost,root,,test,$MASTER_MYPORT,$MASTER_MYSOCK);
-connect (slave,localhost,root,,test,$SLAVE_MYPORT,slave.sock);
+connect (slave,localhost,root,,test,$SLAVE_MYPORT,$SLAVE_MYSOCK);
connection master;
reset master;
show master status;