mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
mysql-test-run.{pl,sh}:
Give space for second and third slave port mysql-test/mysql-test-run.pl: Give space for second and third slave port Define shell variables for all ports, and list these at startup mysql-test/mysql-test-run.sh: Give space for second and third slave port
This commit is contained in:
parent
34d8502a51
commit
18faf00262
2 changed files with 11 additions and 5 deletions
|
|
@ -224,7 +224,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue