mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Add the instance manager to the list of processes to shutdown and ping in mtr_kill_leftovers
This commit is contained in:
@ -340,7 +340,9 @@ sub mtr_kill_leftovers () {
|
|||||||
my $pid;
|
my $pid;
|
||||||
|
|
||||||
#Start shutdown of instance_managers, masters and slaves
|
#Start shutdown of instance_managers, masters and slaves
|
||||||
foreach my $srv (@{$::instance_manager->{'instances'}},@{$::master},@{$::slave})
|
foreach my $srv ($::instance_manager,
|
||||||
|
@{$::instance_manager->{'instances'}},
|
||||||
|
@{$::master},@{$::slave})
|
||||||
{
|
{
|
||||||
$pid= mtr_mysqladmin_start($srv, "shutdown", 70);
|
$pid= mtr_mysqladmin_start($srv, "shutdown", 70);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user