mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove printout when restart is skipped
This commit is contained in:
@ -2946,10 +2946,6 @@ sub run_testcase_stop_servers($) {
|
|||||||
$do_restart= 1;
|
$do_restart= 1;
|
||||||
mtr_report("Restart because: master_restart or running_master_is_special");
|
mtr_report("Restart because: master_restart or running_master_is_special");
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
mtr_report("Skip restart: " . join(" ", @{$tinfo->{'master_opt'}}));
|
|
||||||
}
|
|
||||||
|
|
||||||
my $pid;
|
my $pid;
|
||||||
my %admin_pids; # hash of admin processes that requests shutdown
|
my %admin_pids; # hash of admin processes that requests shutdown
|
||||||
|
Reference in New Issue
Block a user