Remove SERVER->slaves field
The field was only used by MariaDB-Monitor. A later commit will add equivalent information to the monitor diagnostics function.
This commit is contained in:
@ -148,7 +148,6 @@ typedef struct server
|
||||
unsigned long node_ts; /**< Last timestamp set from M/S monitor module */
|
||||
long master_id; /**< Master server id of this node */
|
||||
int depth; /**< Replication level in the tree */
|
||||
long slaves[MAX_NUM_SLAVES]; /**< Slaves of this node */
|
||||
// Misc fields
|
||||
char *auth_options; /**< Authenticator options, not used. TODO: Remove. */
|
||||
bool master_err_is_logged; /**< If node failed, this indicates whether it is logged. Only used
|
||||
|
Reference in New Issue
Block a user