Ignore relay master and external slave state changes
When the relay master or external slave states change, they should be ignored in the current implementation. When the relay master and slave of external master events are added, the events can be enabled.
This commit is contained in:
@ -63,9 +63,6 @@ extern bool monitorRemoveParameter(MXS_MONITOR *monitor, const char *key);
|
||||
extern void monitorSetInterval (MXS_MONITOR *, unsigned long);
|
||||
extern bool monitorSetNetworkTimeout(MXS_MONITOR *, int, int);
|
||||
|
||||
mxs_monitor_event_t mon_get_event_type(MXS_MONITOR_SERVERS* node);
|
||||
const char* mon_get_event_name(MXS_MONITOR_SERVERS* node);
|
||||
|
||||
/**
|
||||
* @brief Serialize the servers of a monitor to a file
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user