diff options
author | msvensson@neptunus.(none) <> | 2006-11-27 19:56:04 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-27 19:56:04 +0100 |
commit | 76b8b450d6bb073f7d84b36155babbed6f0d2bde (patch) | |
tree | 347460886dc3f556dc8d384e36f157494c77087b /mysql-test/t/rpl000015.test | |
parent | d4d675a6e2b68d7a988f9c81b0333e42821ff11f (diff) | |
download | mariadb-git-76b8b450d6bb073f7d84b36155babbed6f0d2bde.tar.gz |
Fix for rpl000015 that fails if $MYSQL_TCP_PORT is set. The default value for
master_port after a "change master" will be set to the compiled in default value
i.e not always the same as what the master report as it's port number.
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 df4bf6f977b..d61b7120fa1 100644 --- a/mysql-test/t/rpl000015.test +++ b/mysql-test/t/rpl000015.test @@ -12,7 +12,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 $MYSQL_TCP_PORT MASTER_PORT +--replace_result $DEFAULT_MASTER_PORT DEFAULT_MASTER_PORT --replace_column 1 # 8 # 9 # 23 # 33 # show slave status; --replace_result $MASTER_MYPORT MASTER_PORT |