"node check": add server role check

This commit is contained in:
Ian Barwick
2017-08-14 22:57:09 +09:00
parent fa7d60cd51
commit 10ef30096c
9 changed files with 156 additions and 22 deletions

View File

@@ -430,6 +430,10 @@ main(int argc, char **argv)
runtime_options.replication_lag = true;
break;
case OPT_ROLE:
runtime_options.role = true;
break;
/* "node join" options *
* ------------------- */
case OPT_CONFIG_FILES: