Support for MySQL Cluster
Support for MySQL Cluster with ndbcluster monitor and readconnroute with router_option=ndb
This commit is contained in:
@ -417,6 +417,8 @@ char *status = NULL;
|
||||
strcat(status, "Slave, ");
|
||||
if (server->status & SERVER_JOINED)
|
||||
strcat(status, "Synced, ");
|
||||
if (server->status & SERVER_NDB)
|
||||
strcat(status, "NDB, ");
|
||||
if (server->status & SERVER_RUNNING)
|
||||
strcat(status, "Running");
|
||||
else
|
||||
|
Reference in New Issue
Block a user