Fix to MXS-447: https://mariadb.atlassian.net/browse/MXS-447
Monitors are now started after they have been fully configured.
This commit is contained in:
@ -120,6 +120,7 @@ extern unsigned int config_pollsleep();
|
||||
CONFIG_PARAMETER* config_get_param(CONFIG_PARAMETER* params, const char* name);
|
||||
config_param_type_t config_get_paramtype(CONFIG_PARAMETER* param);
|
||||
CONFIG_PARAMETER* config_clone_param(CONFIG_PARAMETER* param);
|
||||
void free_config_parameter(CONFIG_PARAMETER* p1);
|
||||
extern int config_truth_value(char *);
|
||||
extern double config_percentage_value(char *str);
|
||||
bool config_set_qualified_param(
|
||||
|
||||
Reference in New Issue
Block a user