Disable parameters on main worker
Disabling the parameter on the main worker prevents deadlocks if the parameter is disabled at the same time a monitor diagnostic is executed.
This commit is contained in:
@ -264,7 +264,7 @@ private:
|
||||
int seconds_remaining);
|
||||
|
||||
// Other methods
|
||||
void disable_setting(const char* setting);
|
||||
void disable_setting(const std::string& setting);
|
||||
bool check_sql_files();
|
||||
void enforce_read_only_on_slaves();
|
||||
};
|
||||
|
Reference in New Issue
Block a user