Update
This commit is contained in:
MassimilianoPinto
2014-05-26 16:49:10 +02:00
parent b54ca8e87f
commit 933025b017
2 changed files with 10 additions and 2 deletions

View File

@ -61,6 +61,7 @@ typedef struct server {
SERVER_STATS stats; /**< The server statistics */
struct server *next; /**< Next server */
struct server *nextdb; /**< Next server in list attached to a service */
char *server_string; /**< Server version string, i.e. MySQL server version */
long node_id; /**< Node id, server_id for M/S or local_index for Galera */
} SERVER;