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:
@ -36,11 +36,10 @@ struct Options
|
||||
static const char *default_mysqld_path;
|
||||
static const char *user;
|
||||
/* the option which should be passed to process_default_option_files */
|
||||
static const char *single_defaults_file_option;
|
||||
static uint monitoring_interval;
|
||||
static uint port_number;
|
||||
static const char *bind_address;
|
||||
static const char *default_config_file;
|
||||
static const char *config_file;
|
||||
|
||||
/* argv pointer returned by load_defaults() to be used by free_defaults() */
|
||||
static char **saved_argv;
|
||||
|
Reference in New Issue
Block a user