summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-09-15 08:45:43 +0000
committerunknown <tomas@poseidon.(none)>2004-09-15 08:45:43 +0000
commit2032737a34d676fbbb506f67c79276ed2fc18c4f (patch)
treec3e99847b67fc68db4f9788541cb3f0bc2ed03a3 /ndb/src/mgmclient/CommandInterpreter.cpp
parentff376da0112e27a072983c1431bcf16546073206 (diff)
downloadmariadb-git-2032737a34d676fbbb506f67c79276ed2fc18c4f.tar.gz
CommandInterpreter.cpp:
removed help text for non implemented command ndb/src/mgmclient/CommandInterpreter.cpp: removed help text for non implemented command
Diffstat (limited to 'ndb/src/mgmclient/CommandInterpreter.cpp')
-rw-r--r--ndb/src/mgmclient/CommandInterpreter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/mgmclient/CommandInterpreter.cpp b/ndb/src/mgmclient/CommandInterpreter.cpp
index 4525d5446ec..91d057f8c30 100644
--- a/ndb/src/mgmclient/CommandInterpreter.cpp
+++ b/ndb/src/mgmclient/CommandInterpreter.cpp
@@ -78,8 +78,10 @@ static const char* helpTextShow =
"---------------------------------------------------------------------------\n"
"SHOW prints NDB Cluster information\n\n"
"SHOW Print information about cluster\n"
+#if 0
"SHOW CONFIG Print configuration (in initial config file format)\n"
"SHOW PARAMETERS Print information about configuration parameters\n\n"
+#endif
;
#ifdef HAVE_GLOBAL_REPLICATION