mariadb/storage/innobase/trx
Sergey Vojtovich 4faf34ad63 Clean-up trx_sys.mutex misuse
Currently trx_sys.mutex protects only trx_sys.mysql_trx_list and
trx_sys.m_views, which are not accessed by lock0lock debug routines.
Thus there's no need to bother trx_sys.mutex here.

Removed trx_assert_started(): this assertion is fully covered by
check_trx_state().
2018-03-29 12:24:42 +04:00
..
trx0i_s.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00
trx0purge.cc MDEV-15443 Properly read wsrep XID and binlog position from rollback segment headers 2018-03-06 23:32:26 +02:00
trx0rec.cc Allocate purge_sys statically 2018-02-22 09:30:41 +02:00
trx0roll.cc MDEV-15612 - Latching violation in trx_roll_must_shutdown 2018-03-29 12:24:42 +04:00
trx0rseg.cc Minor (mainly non-functional) cleanup 2018-03-28 17:32:21 +02:00
trx0sys.cc MDEV-15158 On commit, do not write to the TRX_SYS page 2018-02-20 21:36:36 +02:00
trx0trx.cc Clean-up trx_sys.mutex misuse 2018-03-29 12:24:42 +04:00
trx0undo.cc MDEV-15370 Upgrade fails when both insert_undo and update_undo exist 2018-02-21 21:49:56 +02:00