summaryrefslogtreecommitdiff
path: root/Build-tools/Do-compile
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-01-23 19:54:20 +0100
committerlenz@mysql.com <>2003-01-23 19:54:20 +0100
commita341471b6211196f72a31b3d48453c201cb3bdd8 (patch)
tree6a463b25a7e14895b2d8adca94cde47f8d8aec1b /Build-tools/Do-compile
parentd95d2e3393e325853f029929073b8beb2ce2c235 (diff)
downloadmariadb-git-a341471b6211196f72a31b3d48453c201cb3bdd8.tar.gz
- removed a redundant "-u root" (it's included in $mysqladmin_args)
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-xBuild-tools/Do-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 3a834a2667b..1ab9835f758 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -419,7 +419,7 @@ if ($opt_stage <= 9 && !$opt_no_test && !$opt_no_benchmark)
rm_all($bench_tmpdir);
rm_all("$opt_tmp") if ($new_opt_tmp);
-log_system("$pwd/$host/bin/mysqladmin $mysqladmin_args -S $mysql_unix_port -u root shutdown");
+log_system("$pwd/$host/bin/mysqladmin $mysqladmin_args -S $mysql_unix_port shutdown");
print LOG "ok\n";
close LOG;
print "$host: ok\n";