mariadb/storage/innobase/buf
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
..
buf0buddy.cc 5.6.31 2016-06-21 14:21:03 +02:00
buf0buf.cc MDEV-10368: get_latest_version() called too often 2016-12-13 11:51:33 +02:00
buf0checksum.cc Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
buf0dblwr.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
buf0dump.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
buf0flu.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
buf0lru.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
buf0mtflu.cc MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
buf0rea.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:45 +03:00