diff options
author | df@kahlann.erinye.com <> | 2006-12-19 15:31:10 +0100 |
---|---|---|
committer | df@kahlann.erinye.com <> | 2006-12-19 15:31:10 +0100 |
commit | cf1fd5427c2a74ed84c2e697bbd1326085fe284d (patch) | |
tree | 7b4278185e77a5550e2d62ea54ba7b64f6f5ac2b /mysql-test/t/rpl000015.test | |
parent | ad1abb3cb337cbe756c18270698afe07d35278a2 (diff) | |
parent | 6b27694ac8b3283904a8ece44ce826415f938f0c (diff) | |
download | mariadb-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.test | 2 |
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; |