mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -39,7 +39,7 @@ NDB_STD_OPTS_VARS;
|
||||
|
||||
static const char* _dbname = "TEST_DB";
|
||||
static const char* _delimiter = "\t";
|
||||
static int _unqualified, _header, _parallelism, _useHexFormat, _lock,
|
||||
static int _header, _parallelism, _useHexFormat, _lock,
|
||||
_order, _descending;
|
||||
|
||||
const char *load_default_groups[]= { "mysql_cluster",0 };
|
||||
@@ -96,6 +96,7 @@ static struct my_option my_long_options[] =
|
||||
};
|
||||
static void usage()
|
||||
{
|
||||
#ifdef NOT_USED
|
||||
char desc[] =
|
||||
"tabname\n"\
|
||||
"This program reads all records from one table in NDB Cluster\n"\
|
||||
@@ -103,6 +104,7 @@ static void usage()
|
||||
"(It only print error messages if it encounters a permanent error.)\n"\
|
||||
"It can also be used to dump the content of a table to file \n"\
|
||||
" ex: select_all --no-header --delimiter=';' T4 > T4.data\n";
|
||||
#endif
|
||||
ndb_std_print_version();
|
||||
print_defaults(MYSQL_CONFIG_NAME,load_default_groups);
|
||||
puts("");
|
||||
|
Reference in New Issue
Block a user