mariadb/storage/innobase/trx
Marko Mäkelä 1caec9c898 Remove unnecessary trx_rsegf_get_new() calls
trx_rseg_header_create(): Return the block descriptor, and
remove the redundant trx_rsegf_get_new() call. Apparently
the idea of that call was some kind of encapsulation or
abstraction, to discourage the direct use of the constant TRX_RSEG.

This also removes the trx_purge_initiate_truncate() local
variable rseg_header, which was only used in debug builds.
2019-03-21 09:40:01 +02:00
..
trx0i_s.cc Remove some unnecessary InnoDB #include 2018-11-29 12:53:44 +02:00
trx0purge.cc Remove unnecessary trx_rsegf_get_new() calls 2019-03-21 09:40:01 +02:00
trx0rec.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
trx0roll.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
trx0rseg.cc Remove unnecessary trx_rsegf_get_new() calls 2019-03-21 09:40:01 +02:00
trx0sys.cc Remove unnecessary trx_rsegf_get_new() calls 2019-03-21 09:40:01 +02:00
trx0trx.cc Merge 10.1 into 10.2 2019-01-14 11:37:51 +02:00
trx0undo.cc Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00