mariadb/storage/innobase/trx
Sergey Vojtovich 7078203389 MDEV-14756 - Remove trx_sys_t::rw_trx_list
Use atomic operations when accessing trx_sys_t::max_trx_id. We can't yet
move trx_sys_t::get_new_trx_id() out of mutex because it must be updated
atomically along with trx_sys_t::rw_trx_ids.
2018-01-20 16:10:35 +04:00
..
trx0i_s.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:10:35 +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:10:35 +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:10:35 +04:00
trx0trx.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:10:35 +04:00
trx0undo.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00