summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0undo.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+1
|\
| * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| |\
| | * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-171-1/+1
* | | 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
* | | 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
* | | 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
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLDMarko Mäkelä2017-08-311-1/+1
* | | | MDEV-13536 DB_TRX_ID is not actually being reset when the history is removedMarko Mäkelä2017-08-161-16/+17
* | | | MDEV-13495 Crash in rollback of a recovered INSERT transaction after upgradeMarko Mäkelä2017-08-111-13/+0
* | | | MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCCMarko Mäkelä2017-07-071-16/+7
|/ / /
* | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+0