summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-08 05:36:35 +0300
committermonty@hundin.mysql.fi <>2001-10-08 05:36:35 +0300
commit938a8dc2ef15eb0878c9a71f2f60ae521084494a (patch)
tree87a4027a65ad98a422987c566b6d394464e95623 /mysql-test/t/rpl000015.test
parent0c81c7ea07b8f28746fef96409eafb6995c5d7c9 (diff)
parent88aff4bf851e8f0d67cc7cd860d445e0fb234717 (diff)
downloadmariadb-git-938a8dc2ef15eb0878c9a71f2f60ae521084494a.tar.gz
merge
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test5
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;
-