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:
@ -64,7 +64,8 @@ public:
|
||||
int unlock();
|
||||
int init();
|
||||
|
||||
Instance_map(const char *default_mysqld_path_arg);
|
||||
Instance_map(const char *default_mysqld_path_arg,
|
||||
const char *first_option_arg);
|
||||
~Instance_map();
|
||||
|
||||
/* loads options from config files */
|
||||
@ -79,6 +80,7 @@ public:
|
||||
Guardian_thread *guardian;
|
||||
|
||||
private:
|
||||
const char *first_option;
|
||||
enum { START_HASH_SIZE = 16 };
|
||||
pthread_mutex_t LOCK_instance_map;
|
||||
HASH hash;
|
||||
|
Reference in New Issue
Block a user