1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

option to run mysql-test-run without binlog

calculate ndbcluster slave port
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-01-20 14:50:02 +01:00
parent cfc336a051
commit 996f4a3ccb
3 changed files with 10 additions and 3 deletions

View File

@ -517,6 +517,7 @@ sub command_line_setup () {
$opt_master_myport= $ENV{'MTR_BUILD_THREAD'} * 40 + 8120;
$opt_slave_myport= $opt_master_myport + 16;
$opt_ndbcluster_port= $opt_master_myport + 24;
$opt_ndbcluster_port_slave= $opt_master_myport + 32;
$im_port= $opt_master_myport + 10;
$im_mysqld1_port= $opt_master_myport + 12;
$im_mysqld2_port= $opt_master_myport + 14;