summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-04-17 23:06:00 -0600
committerunknown <sasha@mysql.sashanet.com>2001-04-17 23:06:00 -0600
commit65054bd2cd7f1542637ae6ef5007c99db7a4b3a0 (patch)
tree9ce77045dc2a3ce671c9c72e3813b1b3b4b35e49 /mysql-test/t/rpl000015.test
parent94bbfc8593a02ac964cdb06b796034b1a98064c4 (diff)
downloadmariadb-git-65054bd2cd7f1542637ae6ef5007c99db7a4b3a0.tar.gz
lient/mysqltest.c
added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test use MASTER_MYPORT mysql-test/t/rpl000016.test use MASTER_MYPORT client/mysqltest.c: added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh: export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test: use MASTER_MYPORT mysql-test/t/rpl000016.test: use MASTER_MYPORT
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index 1003c355f15..825d1317bbc 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -10,8 +10,8 @@ reset slave;
show slave status;
change master to master_host='127.0.0.1';
show slave status;
-change master to master_host='127.0.0.1',master_user='root',
- master_password='',master_port=9306;
+eval change master to master_host='127.0.0.1',master_user='root',
+ master_password='',master_port=$MASTER_MYPORT;
show slave status;
slave start;
sync_with_master;