diff options
author | unknown <kent@mysql.com> | 2006-02-10 19:56:34 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-02-10 19:56:34 +0100 |
commit | 8824fd1c3b9ba5b172092fd2d2b4918c1479d3a9 (patch) | |
tree | f125d3e035c5602081c4049987d6b5033202a60c /mysql-test/mysql-test-run.sh | |
parent | a183a425abd7c2a65e289e5ee4d0e080eebec2db (diff) | |
download | mariadb-git-8824fd1c3b9ba5b172092fd2d2b4918c1479d3a9.tar.gz |
mysql-test-run.pl:
Display instance manager port
mysql-test-run.sh:
Give port space for more than one slave
mysql-test/mysql-test-run.sh:
Give port space for more than one slave
mysql-test/mysql-test-run.pl:
Display instance manager port
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 83b91dd721d..c4038f88da4 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -253,7 +253,7 @@ if [ -n "$MTR_BUILD_THREAD" ] ; then MASTER_MYPORT=`expr $MTR_BUILD_THREAD '*' 10 + 10000` MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2` SLAVE_MYPORT=`expr $MASTER_MYPORT + 3` - NDBCLUSTER_PORT=`expr $MASTER_MYPORT + 4` + NDBCLUSTER_PORT=`expr $MASTER_MYPORT + 6` echo "Using MTR_BUILD_THREAD = $MTR_BUILD_THREAD" echo "Using MASTER_MYPORT = $MASTER_MYPORT" |