mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
5d37bbee56
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@
|
||||||
static const char* _dbname = "TEST_DB";
|
static const char* _dbname = "TEST_DB";
|
||||||
static int g_loops = 7;
|
static int g_loops = 7;
|
||||||
|
|
||||||
|
|
||||||
|
NDB_STD_OPTS_VARS;
|
||||||
|
|
||||||
|
static struct my_option my_long_options[] =
|
||||||
|
{
|
||||||
|
NDB_STD_OPTS("ndb_desc"),
|
||||||
|
{ 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
|
||||||
|
};
|
||||||
|
|
||||||
static void usage()
|
static void usage()
|
||||||
{
|
{
|
||||||
ndb_std_print_version();
|
ndb_std_print_version();
|
||||||
|
|
Loading…
Add table
Reference in a new issue