diff options
author | petr@mysql.com <> | 2005-07-21 22:40:53 +0400 |
---|---|---|
committer | petr@mysql.com <> | 2005-07-21 22:40:53 +0400 |
commit | 9644bc3e2bbbe5c889ca737bfe893de883ceb57a (patch) | |
tree | 8e766ff2dc502bb300c5dbdeea3bcf2b4dff1ca9 /server-tools/instance-manager/options.h | |
parent | b9fcdfbb0fdf456fd9a083c7fb53aa480f623d9f (diff) | |
download | mariadb-git-9644bc3e2bbbe5c889ca737bfe893de883ceb57a.tar.gz |
Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only."
Diffstat (limited to 'server-tools/instance-manager/options.h')
-rw-r--r-- | server-tools/instance-manager/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-tools/instance-manager/options.h b/server-tools/instance-manager/options.h index de9a61c2de3..761d366dfb4 100644 --- a/server-tools/instance-manager/options.h +++ b/server-tools/instance-manager/options.h @@ -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; |