diff options
author | monty@hundin.mysql.fi <> | 2001-10-08 05:36:35 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-08 05:36:35 +0300 |
commit | 938a8dc2ef15eb0878c9a71f2f60ae521084494a (patch) | |
tree | 87a4027a65ad98a422987c566b6d394464e95623 /mysql-test/t/rpl000015.test | |
parent | 0c81c7ea07b8f28746fef96409eafb6995c5d7c9 (diff) | |
parent | 88aff4bf851e8f0d67cc7cd860d445e0fb234717 (diff) | |
download | mariadb-git-938a8dc2ef15eb0878c9a71f2f60ae521084494a.tar.gz |
merge
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r-- | mysql-test/t/rpl000015.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test index b6397cca7bb..3b29049f1d7 100644 --- a/mysql-test/t/rpl000015.test +++ b/mysql-test/t/rpl000015.test @@ -1,5 +1,5 @@ -connect (master,localhost,root,,test,0,mysql-master.sock); -connect (slave,localhost,root,,test,0, mysql-slave.sock); +connect (master,localhost,root,,test,0,master.sock); +connect (slave,localhost,root,,test,0, slave.sock); eval_result; connection master; reset master; @@ -32,4 +32,3 @@ drop table t1; save_master_pos; connection slave; sync_with_master; - |