1
0
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:
unknown
2006-07-26 09:53:48 +02:00
parent 8e12b66bd0
commit 62f7fc828f

View File

@ -340,7 +340,9 @@ sub mtr_kill_leftovers () {
my $pid;
#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);