mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -51,9 +51,11 @@ static struct my_option my_long_options[] =
|
||||
};
|
||||
static void usage()
|
||||
{
|
||||
#ifdef NOT_USED
|
||||
char desc[] =
|
||||
"tabname\n"\
|
||||
"This program will delete all records in the specified table using scan delete.\n";
|
||||
#endif
|
||||
ndb_std_print_version();
|
||||
print_defaults(MYSQL_CONFIG_NAME,load_default_groups);
|
||||
puts("");
|
||||
|
Reference in New Issue
Block a user