diff options
Diffstat (limited to 'ndb/tools/desc.cpp')
-rw-r--r-- | ndb/tools/desc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/tools/desc.cpp b/ndb/tools/desc.cpp index 934394e4d31..0f6856cd046 100644 --- a/ndb/tools/desc.cpp +++ b/ndb/tools/desc.cpp @@ -43,10 +43,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(""); |