summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0undo.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26826 The guess in buf_page_get_gen() may not be helpfulbb-10.5-MDEV-26826Marko Mäkelä2021-10-141-2/+0
* Merge 10.4 into 10.5Marko Mäkelä2021-06-211-18/+12
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-06-211-27/+17
| |\
| | * MDEV-15912: Remove traces of insert_undoMarko Mäkelä2021-06-211-12/+11
* | | Cleanup: Remove redundant nonnull attributesMarko Mäkelä2020-11-251-2/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-2/+0
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-3/+1
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-10-281-3/+1
| | |\
| | | * MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-271-2/+0
* | | | MDEV-12353: Reduce log volume by an UNDO_INIT recordMarko Mäkelä2020-02-191-0/+7
* | | | MDEV-12353: Remove support for crash-upgradebb-10.5-MDEV-12353Marko Mäkelä2020-02-131-36/+1
* | | | MDEV-12353: Replace MLOG_UNDO_HDR_CREATEMarko Mäkelä2020-02-131-8/+1
* | | | MDEV-12353: Replace MLOG_UNDO_INITMarko Mäkelä2020-02-131-0/+2
* | | | MDEV-21174: Replace mlog_write_ulint() with mtr_t::write()Marko Mäkelä2019-12-031-77/+69
|/ / /
* | | Use constexpr for constants on data pagesMarko Mäkelä2019-11-131-11/+12
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | * | Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-291-2/+11
* | | | | MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-221-3/+1
* | | | | MDEV-17750: Remove dict_index_get_sys_col_pos()Marko Mäkelä2018-11-161-20/+15
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-17491 micro optimize page_id_tEugene Kosov2018-10-251-2/+2
* | | | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-0/+5
|\ \ \ \ | |/ / /
| * | | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-0/+5
* | | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-12/+0
|\ \ \ \ | |/ / /
| * | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-13/+1
* | | | MDEV-16168: Resurrect the record MLOG_UNDO_INITMarko Mäkelä2018-05-161-1/+1
* | | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-11/+3
* | | | Do not divide or multiply by srv_page_sizeMarko Mäkelä2018-04-281-1/+1
* | | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-1/+1
* | | | MDEV-15914: Remove trx_t::undo_mutexMarko Mäkelä2018-04-261-2/+2
* | | | MDEV-15914: Remove trx_undo_t::emptyMarko Mäkelä2018-04-261-3/+6
* | | | MDEV-12266: Make trx_rseg_t::space a pointerMarko Mäkelä2018-03-291-1/+1
* | | | MDEV-12266: Remove trx_undo_t::spaceMarko Mäkelä2018-03-291-2/+0
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-5/+0
|\ \ \ \ | |/ / /
| * | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-5/+0
* | | | Replace trx_undo_mem_free() with ut_free()Marko Mäkelä2018-02-201-6/+0
* | | | MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-4/+6
* | | | Simplify undo log access during InnoDB startupMarko Mäkelä2018-01-311-9/+7
* | | | Clean up some undo page accessor functionsMarko Mäkelä2018-01-311-33/+0
* | | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-291-15/+12
* | | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-291-1/+14
* | | | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-6/+2
* | | | MDEV-14848 MariaDB 10.3 refuses InnoDB crash-upgrade from MariaDB 10.2Marko Mäkelä2018-01-031-1/+27
* | | | Replace MLOG_UNDO_INIT with MLOG_2BYTES, MLOG_4BYTESMarko Mäkelä2017-12-191-10/+0
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-10/+0
|\ \ \ \ | |/ / /
| * | | Remove dead code for MLOG_UNDO_HDR_DISCARDMarko Mäkelä2017-10-271-10/+0