Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.7(EOL)
Description
After an OOM kill, the process should be restarted by systemd. Prior to this change, that did not happen.
The comment in the file says it doesn't use on-failure in case of config errors, which I assume is caused by an unclean exit code. on-abnormal is the same as on-failure except for unclean exit code.
Pull request: https://github.com/MariaDB/server/pull/3611