diff options
author | unknown <serg@serg.mylan> | 2004-06-11 18:26:13 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-06-11 18:26:13 +0200 |
commit | aed108a2b7aa8eb8fdb5fe6d2a8afeed6ca63fe7 (patch) | |
tree | cdbcc355bebb19dcb05076af30cc530c780c3f11 /mysql-test/t | |
parent | 1e24da548bee6359ef93423afd412287a0a7da4f (diff) | |
download | mariadb-git-aed108a2b7aa8eb8fdb5fe6d2a8afeed6ca63fe7.tar.gz |
mysqltest.c: don't hardcode variables to be taken from environment.
use MYSQL_TCP_PORT instead of 3306 in tests
client/mysqltest.c:
don't hardcode variables to be taken from environment.
mysql-test/mysql-test-run.sh:
MYSQL_TCP_PORT instead of 3306
mysql-test/t/rpl000015.test:
MYSQL_TCP_PORT instead of 3306
Diffstat (limited to 'mysql-test/t')
-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 b0119526deb..b7fff94f7f3 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 $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT +--replace_result $MASTER_MYPORT MASTER_PORT $MYSQL_TCP_PORT MASTER_PORT --replace_column 1 # 33 # show slave status; --replace_result $MASTER_MYPORT MASTER_PORT |