diff options
author | unknown <ingo@mysql.com> | 2004-08-24 12:58:12 +0200 |
---|---|---|
committer | unknown <ingo@mysql.com> | 2004-08-24 12:58:12 +0200 |
commit | 7a48b7935552280ca4ac6dd27f8de93b82ab10b1 (patch) | |
tree | 26803228aee4b72f1123f50d3e04a9d3e4afdb3d /mysql-test/t/rpl000001.test | |
parent | 35d5744e8a868477416eaa232b647250a69668a9 (diff) | |
download | mariadb-git-7a48b7935552280ca4ac6dd27f8de93b82ab10b1.tar.gz |
Enabled mysqltest for MASTER_PORT replacement.
Replaced fixed port numbers by MASTER_PORT replacement.
This allows for a set of ports per tree and hence
parallel testing on multiple trees.
client/mysqltest.c:
Enabled mysqltest for MASTER_PORT replacement.
mysql-test/r/rpl000014.result:
Replaced fixed port numbers by MASTER_PORT.
mysql-test/r/rpl000015.result:
Replaced fixed port numbers by MASTER_PORT.
mysql-test/r/rpl_rotate_logs.result:
Replaced fixed port numbers by MASTER_PORT.
mysql-test/t/rpl000001.test:
Replaced fixed port numbers by MASTER_PORT replacement.
Just in case it might get un-commented.
mysql-test/t/rpl000014.test:
Replaced fixed port numbers by MASTER_PORT replacement.
mysql-test/t/rpl000015.test:
Replaced fixed port numbers by MASTER_PORT replacement.
mysql-test/t/rpl_rotate_logs.test:
Replaced fixed port numbers by MASTER_PORT replacement.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/rpl000001.test')
-rw-r--r-- | mysql-test/t/rpl000001.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test index 6a827368fa4..e69ed9987d1 100644 --- a/mysql-test/t/rpl000001.test +++ b/mysql-test/t/rpl000001.test @@ -61,7 +61,7 @@ sleep 2; # The following test can't be done because the result of Pos will differ # on different computers -# --replace_result 9306 9999 3334 9999 3335 9999 +# --replace_result $MASTER_MYPORT MASTER_PORT # show slave status; set sql_slave_skip_counter=1; |