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:
@ -43,7 +43,7 @@ public:
|
||||
{}
|
||||
~Instance_options();
|
||||
/* fills in argv */
|
||||
int complete_initialization(const char *default_path);
|
||||
int complete_initialization(const char *default_path, int only_instance);
|
||||
|
||||
int add_option(const char* option);
|
||||
int init(const char *instance_name_arg);
|
||||
|
Reference in New Issue
Block a user