summaryrefslogtreecommitdiff
path: root/storage/ndb/tools/desc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/tools/desc.cpp')
-rw-r--r--storage/ndb/tools/desc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/tools/desc.cpp b/storage/ndb/tools/desc.cpp
index 02ab9d5f25f..efff890d920 100644
--- a/storage/ndb/tools/desc.cpp
+++ b/storage/ndb/tools/desc.cpp
@@ -54,10 +54,12 @@ static struct my_option my_long_options[] =
};
static void usage()
{
+#ifdef NOT_USED
char desc[] =
"tabname\n"\
"This program list all properties of table(s) in NDB Cluster.\n"\
" ex: desc T1 T2 T4\n";
+#endif
ndb_std_print_version();
print_defaults(MYSQL_CONFIG_NAME,load_default_groups);
puts("");