mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
made IM to work with --defaults-file smoothly
This commit is contained in:
@ -35,7 +35,7 @@ public:
|
||||
~Instance();
|
||||
int init(const char *name);
|
||||
int complete_initialization(Instance_map *instance_map_arg,
|
||||
const char *mysqld_path);
|
||||
const char *mysqld_path, int only_instance= 0);
|
||||
|
||||
bool is_running();
|
||||
int start();
|
||||
|
Reference in New Issue
Block a user