summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-12-01 15:00:32 -0700
committersasha@mysql.sashanet.com <>2001-12-01 15:00:32 -0700
commite78a11f0e44db0067cd04d4bbf21fa835d706f8a (patch)
treef31bdc8fa7cd7f2aa62df8dca11e5439922dc482 /mysql-test/t/rpl000015.test
parent17abb42f3be822787f2a9b91baa8edbbee38d841 (diff)
downloadmariadb-git-e78a11f0e44db0067cd04d4bbf21fa835d706f8a.tar.gz
use $MASTER_PORT
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index 3b29049f1d7..9dbbcf64802 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -9,15 +9,12 @@ connection slave;
reset slave;
show slave status;
change master to master_host='127.0.0.1';
---replace_result 3306 9998 9306 9999 3334 9999 3335 9999
show slave status;
eval change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=$MASTER_MYPORT;
---replace_result 9306 9999 3334 9999 3335 9999
show slave status;
slave start;
sync_with_master;
---replace_result 9306 9999 3334 9999 3335 9999
show slave status;
connection master;
drop table if exists t1;