mariadb/storage/innobase/page
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
..
page0cur.cc MDEV-14935 Remove bogus conditions related to not redo-logging PAGE_MAX_TRX_ID changes 2018-01-12 18:31:03 +02:00
page0page.cc Replace trx_sys_t* trx_sys with trx_sys_t trx_sys 2018-01-20 16:10:36 +04:00
page0zip.cc Merge bb-10.2-ext into 10.3 2017-11-30 08:16:37 +02:00