mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
d50cf42bc0
Replace all exit() calls in InnoDB with abort() [possibly via ut_a()]. Calling exit() in a multi-threaded program is problematic also for the reason that other threads could see corrupted data structures while some data structures are being cleaned up by atexit() handlers or similar. In the long term, all these calls should be replaced with something that returns an error all the way up the call stack. |
||
---|---|---|
.. | ||
os0file.cc | ||
os0proc.cc | ||
os0stacktrace.cc | ||
os0sync.cc | ||
os0thread.cc |