mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/home/my/mysql-5.0
into mysql.com:/home/my/mysql-5.1 Merge of 'remove compiler warnings when using -Wshadow'
This commit is contained in:
@ -277,6 +277,7 @@ static struct my_option my_long_options[] =
|
||||
};
|
||||
static void usage()
|
||||
{
|
||||
#ifdef NOT_USED
|
||||
char desc[] =
|
||||
"tabname\n"\
|
||||
"This program list all system objects in NDB Cluster.\n"\
|
||||
@ -284,6 +285,7 @@ static void usage()
|
||||
" ex: ndb_show_tables -t 2 would show all UserTables\n"\
|
||||
"To show all indexes for a table write table name as final argument\n"\
|
||||
" ex: ndb_show_tables T1\n";
|
||||
#endif
|
||||
ndb_std_print_version();
|
||||
print_defaults(MYSQL_CONFIG_NAME,load_default_groups);
|
||||
puts("");
|
||||
|
Reference in New Issue
Block a user