diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-11-03 11:05:52 +0200 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-11-03 11:05:52 +0200 |
commit | 1fb1802e71d7535b74d6880e69b8fa39250b0390 (patch) | |
tree | 63abff5c42a55643ea94282e459a965ecbc1b3d4 | |
parent | ac22cdc57745fe810546b4929d096019aaba00e2 (diff) | |
download | mariadb-git-1fb1802e71d7535b74d6880e69b8fa39250b0390.tar.gz |
Changed mysql-test-run to correspond to the one in 5.0 tree.
-rw-r--r-- | mysql-test/mysql-test-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 9a2c4345bae..296bbecc843 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -208,9 +208,9 @@ MYSQL_MANAGER_USER=root # number is to be used, 0 - 16 or similar. # if [ -n "$MTR_BUILD_THREAD" ] ; then - MASTER_MYPORT=`expr $MTR_BUILD_THREAD '*' 40 + 8120` - SLAVE_MYPORT=`expr $MASTER_MYPORT + 16` + MASTER_MYPORT=`expr $MTR_BUILD_THREAD '*' 5 + 10000` MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2` + SLAVE_MYPORT=`expr $MASTER_MYPORT + 3` echo "Using MTR_BUILD_THREAD = $MTR_BUILD_THREAD" echo "Using MASTER_MYPORT = $MASTER_MYPORT" |