mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup: manually port the polishing parts from Alik's changeset for
BUG#22306: STOP INSTANCE can not be applied for instances in Crashed, Failed and Abandoned
This commit is contained in:
@ -19,10 +19,12 @@
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
#include "manager.h"
|
||||
|
||||
|
||||
Command::Command(Instance_map *instance_map_arg)
|
||||
:instance_map(instance_map_arg)
|
||||
Command::Command()
|
||||
:guardian(Manager::get_guardian()),
|
||||
instance_map(Manager::get_instance_map())
|
||||
{}
|
||||
|
||||
Command::~Command()
|
||||
|
Reference in New Issue
Block a user