mariadb/storage/xtradb/os
Marko Mäkelä d50cf42bc0 MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so
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.
2016-12-28 15:54:24 +02:00
..
os0file.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
os0proc.cc 5.6.27-76.0 2015-12-13 10:13:18 +01:00
os0stacktrace.cc 5.5 merge 2014-09-16 14:03:17 +02:00
os0sync.cc Remove unnecessary semicolon 2016-08-01 12:13:14 +09:00
os0thread.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00