Galera cluster status is Synced, all affected files are updated
This commit is contained in:
@ -244,7 +244,7 @@ char *status = NULL;
|
||||
if (server->status & SERVER_SLAVE)
|
||||
strcat(status, "Slave, ");
|
||||
if (server->status & SERVER_JOINED)
|
||||
strcat(status, "Joined, ");
|
||||
strcat(status, "Synced, ");
|
||||
if (server->status & SERVER_RUNNING)
|
||||
strcat(status, "Running");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user