summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0undo.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MDEV-18966 Transaction recovery may be broken after upgrade to 10.3Marko Mäkelä2019-03-191-0/+9
* | | | MDEV-18493 Remove page_size_tMarko Mäkelä2019-02-071-4/+4
* | | | MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-221-26/+27
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-3/+0
|\ \ \ | |/ /
| * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-3/+0
| * | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-13/+9
* | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-84/+0
|\ \ \ | |/ /
| * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-99/+0
| * | Merge 10.1 into 10.2Marko Mäkelä2018-02-131-1/+3
| |\ \ | | |/
| | * MDEV-14988 innodb_read_only tries to modify files if transactions were recove...Marko Mäkelä2018-02-131-2/+4
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\ \ | | |/
| | * Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-291-4/+6
| * | Follow-up to reverting MDEV-6938Marko Mäkelä2018-02-011-1/+1
* | | Fixed that -DDBUG_ASSERT_AS_PRINTF works againMonty2018-08-161-1/+1
* | | MDEV-16168: Resurrect the record MLOG_UNDO_INITMarko Mäkelä2018-05-161-36/+44
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-12/+3
* | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-2/+2
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-2/+2
* | | MDEV-15914: Remove trx_t::undo_mutexMarko Mäkelä2018-04-261-6/+2
* | | MDEV-12288/MDEV-15132/MDEV-15158: Adjust a commentMarko Mäkelä2018-04-261-8/+11
* | | MDEV-15914: Remove trx_undo_t::emptyMarko Mäkelä2018-04-261-7/+10
* | | MDEV-15983 Reduce fil_system.mutex contention furtherMarko Mäkelä2018-04-231-2/+2
* | | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-12/+11
* | | MDEV-12266: Make trx_rseg_t::space a pointerMarko Mäkelä2018-03-291-22/+20
* | | MDEV-12266: Remove trx_undo_t::spaceMarko Mäkelä2018-03-291-12/+12
* | | MDEV-12266: Refactor trx_rseg_header_create()Marko Mäkelä2018-03-291-1/+1
* | | MDEV-12266: fsp_flags_try_adjust(): Remove a lookupMarko Mäkelä2018-03-291-12/+14
* | | MDEV-15370 Upgrade fails when both insert_undo and update_undo existMarko Mäkelä2018-02-211-1/+1
* | | Replace trx_undo_mem_free() with ut_free()Marko Mäkelä2018-02-201-17/+5
* | | Follow-up fix to MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-6/+10
* | | MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-49/+28
* | | Simplify undo log access during InnoDB startupMarko Mäkelä2018-01-311-103/+34
* | | Clean up some undo page accessor functionsMarko Mäkelä2018-01-311-0/+72
* | | Remove unnecessary function parametersMarko Mäkelä2018-01-311-4/+2
* | | Simplify access to the TRX_SYS pageMarko Mäkelä2018-01-311-1/+2
* | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-291-137/+143
* | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-291-57/+81
* | | trx_undo_seg_create(): Remove an unused parameterMarko Mäkelä2018-01-291-11/+4
* | | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-13/+4
* | | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-2/+0
* | | MDEV-14848 MariaDB 10.3 refuses InnoDB crash-upgrade from MariaDB 10.2Marko Mäkelä2018-01-031-1/+83
* | | Replace MLOG_UNDO_INIT with MLOG_2BYTES, MLOG_4BYTESMarko Mäkelä2017-12-191-52/+11
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-141-4/+12
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-4/+12
| |\ \ | | |/
| | * MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-131-4/+12
| | * Backport MDEV-13890 from 10.2 (InnoDB/XtraDB shutdown failure)Marko Mäkelä2017-10-301-1/+13
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-83/+12
|\ \ \ | |/ /
| * | MDEV-13890 mariabackup.xb_compressed_encrypted failed in buildbot, InnoDB: as...Marko Mäkelä2017-10-271-0/+12
| * | Remove dead code for MLOG_UNDO_HDR_DISCARDMarko Mäkelä2017-10-271-83/+0
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-081-0/+6
|\ \ \ | |/ /