MXS-406: added set_donor_nodes in GALERA_MONITOR struct
Missing set_donor_nodes field added to GALERA_MONITOR struct
This commit is contained in:
@ -62,6 +62,8 @@ typedef struct
|
|||||||
* have a wsrep_local_index of 0 */
|
* have a wsrep_local_index of 0 */
|
||||||
bool use_priority; /*< Use server priorities */
|
bool use_priority; /*< Use server priorities */
|
||||||
uint64_t events; /*< enabled events */
|
uint64_t events; /*< enabled events */
|
||||||
|
bool set_donor_nodes; /**< set the wrep_sst_donor variable with an
|
||||||
|
* ordered list of nodes */
|
||||||
} GALERA_MONITOR;
|
} GALERA_MONITOR;
|
||||||
|
|
||||||
MXS_END_DECLS
|
MXS_END_DECLS
|
||||||
|
Reference in New Issue
Block a user