mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
mtr_process.pl:
Append to some of the log files, not overwrite
This commit is contained in:
parent
7d33bdeffa
commit
7e6a78a1ae
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ sub mtr_mysqladmin_shutdown {
|
|||
mtr_add_arg($args, "shutdown");
|
||||
# We don't wait for termination of mysqladmin
|
||||
my $pid= mtr_spawn($::exe_mysqladmin, $args,
|
||||
"", $::path_manager_log, $::path_manager_log, "");
|
||||
"", $::path_manager_log, $::path_manager_log, "",
|
||||
{ append_log_file => 1 });
|
||||
$mysql_admin_pids{$pid}= 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue