mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -5573,12 +5573,12 @@ sub server_need_restart {
|
||||
{
|
||||
delete $server->{'restart_opts'};
|
||||
my $use_dynamic_option_switch= 0;
|
||||
delete $server->{'restart_opts'};
|
||||
my $restart_opts = delete $server->{'restart_opts'} || [];
|
||||
if (!$use_dynamic_option_switch)
|
||||
{
|
||||
mtr_verbose_restart($server, "running with different options '" .
|
||||
join(" ", @{$extra_opts}) . "' != '" .
|
||||
join(" ", @{$started_opts}) . "'" );
|
||||
join(" ", @{$started_opts}, @{$restart_opts}) . "'" );
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user