mariadb/storage/innobase/log
Marko Mäkelä f8882cce93 Replace trx_sys_t* trx_sys with trx_sys_t trx_sys
There is only one transaction system object in InnoDB.
Allocate the storage for it at link time, not at runtime.

lock_rec_fetch_page(): Use the correct fetch mode BUF_GET.
Pages may never be deallocated from a tablespace while
record locks are pointing to them.
2018-01-20 16:10:36 +04:00
..
log0crypt.cc Merge bb-10.2-ext into 10.3 2017-09-18 11:38:07 +03:00
log0log.cc Replace trx_sys_t* trx_sys with trx_sys_t trx_sys 2018-01-20 16:10:36 +04:00
log0recv.cc MDEV-14756 - Remove trx_sys_t::rw_trx_list 2018-01-20 16:09:26 +04:00