mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Add the instance manager to the list of processes to shutdown and ping in mtr_kill_leftovers
This commit is contained in:
parent
8e12b66bd0
commit
62f7fc828f
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue