summaryrefslogtreecommitdiff
path: root/Build-tools/Do-compile
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-02-14 15:14:24 -0700
committerunknown <sasha@mysql.sashanet.com>2001-02-14 15:14:24 -0700
commit0a4ce964b49214ce0acf9353bf58d9c7380eb83d (patch)
treedae822d151ecde01c707cfe566f1fe00b4d32842 /Build-tools/Do-compile
parente485707b55e8adfb2440b9b1716d8d4faafdda1a (diff)
parent437b4659cfd1de7cbccc87771a620bd3f8703375 (diff)
downloadmariadb-git-0a4ce964b49214ce0acf9353bf58d9c7380eb83d.tar.gz
merge
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-xBuild-tools/Do-compile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index b0951246c46..011ad9662de 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -68,6 +68,9 @@ if ($opt_stage == 0)
if (-x "$host/bin/mysqladmin")
{
log_system("$host/bin/mysqladmin --no-defaults -u root -S $mysql_unix_port -s shutdown");
+ log_system("$host/bin/mysqladmin --no-defaults -u root -P $mysql_tcp_port -h $host -s shutdown");
+ log_system("$host/bin/mysqladmin --no-defaults -u root -P 9306 -h $host -s shutdown");
+ log_system("$host/bin/mysqladmin --no-defaults -u root -P 9307 -h $host -s shutdown");
}
system("mkdir $host") if (! -d $host);
system("mkdir $bench_tmpdir") if (! -d $bench_tmpdir);