diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-01-28 02:06:27 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-01-28 02:06:27 +0100 |
commit | 3800cede90d58c83f18c6c20c686455e864a3f4e (patch) | |
tree | c5d63fe1fa8e7e1f8e055e870390772a9ddeb039 /Build-tools | |
parent | 2fbacc191b56e9f669887129e6c4fec7e62e11ac (diff) | |
download | mariadb-git-3800cede90d58c83f18c6c20c686455e864a3f4e.tar.gz |
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"; |