diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-28 02:06:27 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-28 02:06:27 +0100 |
commit | 418a06308b6abe8462f5942e0dcf4455fb2073b5 (patch) | |
tree | c5d63fe1fa8e7e1f8e055e870390772a9ddeb039 /Build-tools | |
parent | c5922fcc5cbcfa33f816bc730d31a4db3777147a (diff) | |
download | mariadb-git-418a06308b6abe8462f5942e0dcf4455fb2073b5.tar.gz |
Do-compile:
ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
Build-tools/Do-compile:
ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index b431f9fc1c5..4034533f2eb 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -155,7 +155,7 @@ $ENV{'MYSQL_TCP_PORT'}= $mysql_tcp_port= 3334 + $opt_build_thread*2; $ENV{'MYSQL_UNIX_PORT'}=$mysql_unix_port="$opt_tmp/mysql$opt_suffix.build"; $ENV{"PERL5LIB"}="$pwd/$host/perl5:$pwd/$host/perl5/site_perl"; $slave_port=$mysql_tcp_port+16; -$ndbcluster_port= 9350 + $opt_build_thread*2; +$ndbcluster_port= 9350 + $opt_build_thread*4; $manager_port=$mysql_tcp_port+1; $mysqladmin_args="--no-defaults -u root --connect_timeout=5 --shutdown_timeout=20"; |