Addition of a Galera Cluster monitor - sets state of joined on nodes that are joined to
the cluster. Also updates to the readconnroute module to allow joined as a router option
This commit is contained in:
@ -399,6 +399,7 @@ static struct {
|
||||
{ "running", SERVER_RUNNING },
|
||||
{ "master", SERVER_MASTER },
|
||||
{ "slave", SERVER_SLAVE },
|
||||
{ "joined", SERVER_JOINED },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
/**
|
||||
|
Reference in New Issue
Block a user