mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Removed extra spaces
Added extra debug
This commit is contained in:
parent
52ae4496c5
commit
315acca125
10 changed files with 82 additions and 8 deletions
|
|
@ -97,7 +97,7 @@ static struct my_option my_long_options[] =
|
|||
{"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.",
|
||||
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
|
||||
#endif
|
||||
{"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit .",
|
||||
{"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit.",
|
||||
(uchar**) &debug_check_flag, (uchar**) &debug_check_flag, 0,
|
||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
{"debug-info", OPT_DEBUG_INFO, "Print some debug info at exit.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue