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:
@ -25,7 +25,7 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
class Guardian_thread;
|
||||
class Guardian;
|
||||
class Instance;
|
||||
class Named_value_arr;
|
||||
class Thread_registry;
|
||||
@ -115,13 +115,13 @@ public:
|
||||
MT-NOTE: the options must be called under acquired locks of the following
|
||||
objects:
|
||||
- Instance_map;
|
||||
- Guardian_thread;
|
||||
- Guardian;
|
||||
*/
|
||||
const char *get_instance_state_name(Instance *instance);
|
||||
|
||||
public:
|
||||
const char *mysqld_path;
|
||||
Guardian_thread *guardian;
|
||||
Guardian *guardian;
|
||||
|
||||
private:
|
||||
/* loads options from config files */
|
||||
|
Reference in New Issue
Block a user