diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-11-03 11:05:52 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-11-03 11:05:52 +0200 |
commit | d03662cd37ab33f07584115c0399fe12b5567a79 (patch) | |
tree | 63abff5c42a55643ea94282e459a965ecbc1b3d4 /mysql-test/mysql-test-run.sh | |
parent | b3263c032e5179b4e3c4a942598e87a7428299c1 (diff) | |
download | mariadb-git-d03662cd37ab33f07584115c0399fe12b5567a79.tar.gz |
Changed mysql-test-run to correspond to the one in 5.0 tree.
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-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" |