Make t_node_info generally available

And have it include all the fields from the repl_nodes table.
This commit is contained in:
Ian Barwick
2015-11-25 11:16:45 +09:00
parent 40354e1d62
commit ce2d4fb86f
3 changed files with 44 additions and 26 deletions

View File

@@ -50,13 +50,6 @@
#define NO_UPSTREAM_NODE -1
typedef enum {
UNKNOWN = 0,
MASTER,
STANDBY,
WITNESS
} t_server_type;
/* Run time options type */