mariadb/storage/innobase/lock
Marko Mäkelä c051eaba46 MDEV-14988 innodb_read_only tries to modify files if transactions were recovered in COMMITTED state
lock_trx_release_locks(): Relax a debug assertion to allow
recovered TRX_STATE_COMMITTED_IN_MEMORY transactions.

trx_commit_in_memory(): Add DEBUG_SYNC instrumentation.

trx_undo_insert_cleanup(): Skip persistent changes if innodb_read_only
is set. This should only happen when a recovered committed transaction
would be cleaned up at shutdown.
2018-02-13 14:29:32 +02:00
..
lock0iter.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
lock0lock.cc MDEV-14988 innodb_read_only tries to modify files if transactions were recovered in COMMITTED state 2018-02-13 14:29:32 +02:00
lock0wait.cc MDEV-12674 Innodb_row_lock_current_waits has overflow 2017-05-12 12:24:53 +03:00