mariadb/storage/innobase/trx
Marko Mäkelä 3ce8a0fc49 MDEV-16136: Simplify trx_lock_t memory management
Allocate trx->lock.rec_pool and trx->lock.table_pool directly from trx_t.
Remove unnecessary use of std::vector.

In order to do this, move some definitions from lock0priv.h to
lock0types.h, so that ib_lock_t will not be an opaque type.
2018-08-16 05:53:38 +03:00
..
trx0i_s.cc Reduce the number of rw_lock_own() calls 2018-07-23 17:49:01 +03:00
trx0purge.cc MDEV-13987 Hang in FLUSH TABLES...FOR EXPORT 2018-05-14 18:19:20 +03:00
trx0rec.cc MDEV-15374 Server hangs and aborts with long semaphore wait or assertion `len < ((ulint) srv_page_size)' fails in trx_undo_rec_copy upon ROLLBACK on temporary table 2018-04-23 11:22:58 +05:30
trx0roll.cc MDEV-15826 Purge attempts to free BLOB page after BEGIN;INSERT;UPDATE;ROLLBACK 2018-04-18 12:39:39 +05:30
trx0rseg.cc Merge 10.1 into 10.2 2017-06-08 12:45:08 +03:00
trx0sys.cc Merge 10.1 into 10.2 2018-08-03 13:02:56 +03:00
trx0trx.cc MDEV-16136: Simplify trx_lock_t memory management 2018-08-16 05:53:38 +03:00
trx0undo.cc Fix InnoDB/XtraDB warnings by GCC 8.2.0 2018-07-30 14:05:24 +03:00