mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 22:55:32 +02:00
MDEV-11356 Option skip-core-file does not work
remove ancient hard-coded treatment of --core-file. This enables normal my_getopt behavior for the already existing sysvar
This commit is contained in:
parent
e22a57da82
commit
b3817425d9
5 changed files with 9 additions and 14 deletions
|
|
@ -173,7 +173,7 @@ The following specify which files/extra groups are read (specified before remain
|
|||
ALWAYS
|
||||
--console Write error output on screen; don't remove the console
|
||||
window on windows.
|
||||
--core-file Write core on errors.
|
||||
--core-file Write core on crashes
|
||||
-h, --datadir=name Path to the database root directory
|
||||
--date-format=name The DATE format (ignored)
|
||||
--datetime-format=name
|
||||
|
|
@ -1441,6 +1441,7 @@ column-compression-zlib-wrap FALSE
|
|||
completion-type NO_CHAIN
|
||||
concurrent-insert AUTO
|
||||
console TRUE
|
||||
core-file TRUE
|
||||
date-format %Y-%m-%d
|
||||
datetime-format %Y-%m-%d %H:%i:%s
|
||||
deadlock-search-depth-long 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue