mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
- removed a redundant "-u root" (it's included in $mysqladmin_args)
This commit is contained in:
parent
093735ad07
commit
e2d2c25407
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue