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:
Esa Korhonen
2018-04-27 16:19:57 +03:00
parent b6eff12334
commit b44f2cfa36
3 changed files with 0 additions and 59 deletions

View File

@ -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