mariadb/storage/innobase/trx
Marko Mäkelä a20340cf85 Hard-code innodb_page_size as the undo log page size.
InnoDB undo logs currently always use the innodb_page_size,
whether they are stored in the system tablespace, in a
dedicated undo tablespace, or in the temporary tablespace.
Remove redundant page_size parameters.

TrxUndoRsegsIterator::set_next(): return bool instead of page_size.
2017-03-10 08:15:25 +02:00
..
trx0i_s.cc MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
trx0purge.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0rec.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0roll.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0rseg.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0sys.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0trx.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00
trx0undo.cc Hard-code innodb_page_size as the undo log page size. 2017-03-10 08:15:25 +02:00