mariadb/storage/innobase/row
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
..
row0ext.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.cc MDEV-10368: get_latest_version() called too often 2016-12-13 11:51:33 +02:00
row0import.cc MDEV-11106: Improve error messages when importing tablespaces 2016-10-29 10:09:06 +03:00
row0ins.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
row0log.cc Merge branch '10.0' into 10.1 2016-09-28 17:55:28 +02:00
row0merge.cc MDEV-10368: get_latest_version() called too often 2016-12-13 11:51:33 +02:00
row0mysql.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
row0purge.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0quiesce.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0row.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0sel.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
row0uins.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0umod.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
row0undo.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
row0upd.cc MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
row0vers.cc move to storage/innobase 2015-05-04 19:17:21 +02:00