summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/mgmclient/main.cpp')
-rw-r--r--ndb/src/mgmclient/main.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ndb/src/mgmclient/main.cpp b/ndb/src/mgmclient/main.cpp
index 84e27790705..9417c03805f 100644
--- a/ndb/src/mgmclient/main.cpp
+++ b/ndb/src/mgmclient/main.cpp
@@ -56,9 +56,13 @@ handler(int sig){
}
}
+enum ndb_mgm_options {
+ NDB_STD_OPTS_OPTIONS
+};
+NDB_STD_OPTS_VARS;
+
static const char default_prompt[]= "ndb_mgm> ";
static unsigned _try_reconnect;
-static char *opt_connect_str= 0;
static const char *prompt= default_prompt;
static char *opt_execute_str= 0;