Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
Description
/data/bld/10.1/bin/mysqld --no-defaults <...> --loose-core-file --skip-core-file
|
...
|
2016-11-25 16:56:17 140329427449728 [ERROR] /data/bld/10.1/bin/mysqld: option '--core-file' cannot take an argument
|
2016-11-25 16:56:17 140329427449728 [ERROR] Aborting
|
Attachments
Issue Links
- relates to
-
MDEV-13125 Undocumented change: Core dumps can now be enabled dynamically
-
- Closed
-
I think the same root cause of this bug (intentionally?) makes it possible to dynamically enable core dumps: In MariaDB 10.1.21 and 10.2.6 I can just change the limits of the mysqld process (with prlimit).
In MariaDB 10.1.19 this is not possible. A server restart seams to be required.