mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#21585 The --help option shows a screen of command options for the ndbd,ndb_mgmd, ndb_mgm
and other commands related to ndb. For all of these, the help screen contains
"Ndb.cfg" string. Now i change the "Ndb.cfg" to "my.cnf" because "Ndb.cfg" is obsolete.
ndb/include/util/ndb_opts.h:
Change help info from Ndb.cfg to my.cnf in the header file.
ndb/test/ndbapi/flexScan.cpp:
Change help info from Ndb.cfg to my.cnf.
ndb/tools/ndb_config.cpp:
Change help info from Ndb.cfg to my.cnf
This commit is contained in:
parent
861425a0da
commit
27f07d17ad
3 changed files with 4 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ static struct my_option my_long_options[] =
|
|||
{ "ndb-connectstring", 256,
|
||||
"Set connect string for connecting to ndb_mgmd. "
|
||||
"Syntax: \"[nodeid=<id>;][host=]<hostname>[:<port>]\". "
|
||||
"Overides specifying entries in NDB_CONNECTSTRING and Ndb.cfg",
|
||||
"Overrides specifying entries in NDB_CONNECTSTRING and my.cnf",
|
||||
(gptr*) &g_connectstring, (gptr*) &g_connectstring,
|
||||
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
|
||||
{ "nodes", 256, "Print nodes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue