mariadb/storage/innobase/trx
Sergey Vojtovich a447980ff3 MDEV-14756 - Remove trx_sys_t::rw_trx_list
Let lock_print_info_all_transactions() iterate rw_trx_hash instead of
rw_trx_list.

When printing info of locks for transactions, InnoDB monitor doesn't
attempt to read relevant page from disk anymore. The code was prone
to race conditions.

Note that TrxListIterator didn't work as advertised: it iterated
rw_trx_list only.
2018-01-20 16:10:34 +04:00
..
trx0i_s.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00
trx0purge.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00
trx0rec.cc System Versioning 1.0 pre8 2018-01-10 12:36:55 +03:00
trx0roll.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00
trx0rseg.cc MDEV-13536 DB_TRX_ID is not actually being reset when the history is removed 2017-08-16 13:08:44 +03:00
trx0sys.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00
trx0trx.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:10:34 +04:00
trx0undo.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00