summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authoringo@mysql.com <>2004-05-10 12:15:40 +0200
committeringo@mysql.com <>2004-05-10 12:15:40 +0200
commit309c7412f6a7b2c84a576a0d49695a6b8b0b9b30 (patch)
tree93b90b4e2be2833e7b1780f328c88318819a6f58 /mysql-test/t/rpl000015.test
parent19156a3ac7c75ca1badefeca2a2883878c567390 (diff)
downloadmariadb-git-309c7412f6a7b2c84a576a0d49695a6b8b0b9b30.tar.gz
Fix replace_result of $MASTER_MYPORT instead of literal numbers.
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 26d32ea3e11..7c5a8bf3743 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -11,7 +11,7 @@ show slave status;
change master to master_host='127.0.0.1';
# The following needs to be cleaned up when change master is fixed
---replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT 3334 MASTER_PORT
+--replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT
show slave status;
--replace_result $MASTER_MYPORT MASTER_PORT
eval change master to master_host='127.0.0.1',master_user='root',