Added galeramon server priorities.

This commit is contained in:
Markus Makela
2015-07-13 14:39:04 +03:00
parent 4276983d6f
commit 19fe7127d5
3 changed files with 38 additions and 25 deletions

View File

@ -61,6 +61,7 @@ typedef struct {
int disableMasterRoleSetting; /**< Monitor flag to disable setting master role */
MONITOR_SERVERS *master; /**< Master server for MySQL Master/Slave replication */
char* script;
bool use_priority; /*< Use server priorities */
bool events[MAX_MONITOR_EVENT]; /*< enabled events */
} GALERA_MONITOR;