mirror of
https://github.com/MariaDB/server.git
synced 2025-06-12 01:53:02 +03:00

which will by default exit(1) if malloc() fails, but can be set to do something else by the calling program does, which mysqld does to use my_malloc(..., MYF(MY_FAE)) instead. Also checks allocation in conf_to_src utility program. (Bug #7003)