1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only."

This commit is contained in:
petr@mysql.com
2005-07-21 22:40:53 +04:00
parent b9fcdfbb0f
commit 9644bc3e2b
7 changed files with 29 additions and 69 deletions

View File

@ -64,8 +64,7 @@ public:
int unlock();
int init();
Instance_map(const char *default_mysqld_path_arg,
const char *single_defaults_file_option_arg);
Instance_map(const char *default_mysqld_path_arg);
~Instance_map();
/* loads options from config files */
@ -77,7 +76,6 @@ public:
public:
const char *mysqld_path;
const char *single_defaults_file_option;
Guardian_thread *guardian;
private: