summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0rseg.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-7/+6
* MDEV-12266: Make trx_rseg_t::space a pointerMarko Mäkelä2018-03-291-8/+9
* MDEV-12266: Refactor trx_rseg_header_create()Marko Mäkelä2018-03-291-18/+12
* MDEV-12266: Add fil_system.sys_space, temp_spaceMarko Mäkelä2018-03-291-5/+1
* Minor (mainly non-functional) cleanupMarko Mäkelä2018-03-281-1/+1
* MDEV-15505 Fixes to compilation without -DWITH_WSREP:BOOL=ONTeemu Ollakka2018-03-211-3/+3
* MDEV-15505 New wsrep XID format for backwards compatibilityTeemu Ollakka2018-03-121-11/+5
* MDEV-15505 Fix wsrep XID seqno byte orderTeemu Ollakka2018-03-121-26/+20
* MDEV-15443 Properly read wsrep XID and binlog position from rollback segment ...Marko Mäkelä2018-03-061-72/+113
* Allocate purge_sys staticallyMarko Mäkelä2018-02-221-1/+1
* MDEV-15370 Upgrade fails when both insert_undo and update_undo existMarko Mäkelä2018-02-211-1/+1
* Simplify TrxUndoRsegsMarko Mäkelä2018-02-211-5/+1
* MDEV-15158 On commit, do not write to the TRX_SYS pageMarko Mäkelä2018-02-201-4/+311
* Replace trx_undo_mem_free() with ut_free()Marko Mäkelä2018-02-201-1/+1
* Clarify the access to trx_sys.rseg_history_lenMarko Mäkelä2018-02-201-1/+1
* MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-32/+20
* Simplify undo log access during InnoDB startupMarko Mäkelä2018-01-311-26/+69
* Do not call trx_rseg_mem_restore() when creating rollback segmentMarko Mäkelä2018-01-311-2/+2
* Simplify access to the TRX_SYS pageMarko Mäkelä2018-01-311-80/+70
* Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-8/+8
* MDEV-13536 DB_TRX_ID is not actually being reset when the history is removedMarko Mäkelä2017-08-161-3/+4
* MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCCMarko Mäkelä2017-07-071-21/+7
* Merge 10.1 into 10.2Marko Mäkelä2017-06-081-1/+3
|\
| * Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-19/+15
| * MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M;bb-10.1-MDEV-12113Jan Lindström2017-06-011-1/+4
* | MDEV-11802 InnoDB purge does not always run when there is work to doMarko Mäkelä2017-04-261-1/+1
* | MDEV-12289 Keep 128 persistent rollback segments for compatibility and perfor...Marko Mäkelä2017-03-311-66/+78
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-6/+1
* | Hard-code innodb_page_size as the undo log page size.Marko Mäkelä2017-03-101-33/+13
* | Simplify InnoDB transaction system initialization.Marko Mäkelä2017-03-101-51/+24
* | InnoDB purge_sys cleanup.Marko Mäkelä2017-03-101-5/+3
* | Simplify InnoDB startup.Marko Mäkelä2017-03-091-24/+4
* | Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-091-66/+5
* | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-16/+14
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-90/+186
|/
* Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-0/+425