summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0purge.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-01-251-15/+18
|\
| * Merge 10.7 into 10.8Marko Mäkelä2023-01-241-24/+22
| |\
| | * MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-241-24/+22
| | * Revert "MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT"Marko Mäkelä2023-01-231-22/+24
| | * MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-191-24/+22
* | | MDEV-29694 Remove the InnoDB change bufferMarko Mäkelä2023-01-111-72/+24
|/ /
* | Merge 10.7 into 10.8Marko Mäkelä2022-11-171-13/+12
|\ \ | |/
| * MDEV-29603 btr_cur_open_at_index_side() is missing some consistency checksMarko Mäkelä2022-11-171-4/+6
| * MDEV-29603: Implement btr_cur_t::open_leaf()Marko Mäkelä2022-11-161-2/+2
| * Cleanup: Remove btr_pcur_t::old_storedMarko Mäkelä2022-11-161-1/+1
| * Cleanup: Use the alias BTR_PURGE_TREE for pessimistic deleteMarko Mäkelä2022-11-161-7/+4
* | Merge 10.7 into 10.8Marko Mäkelä2022-10-131-27/+163
|\ \ | |/
| * Simplify purge a littleMarko Mäkelä2022-10-061-23/+30
| * Merge 10.5 into 10.6Marko Mäkelä2022-10-061-4/+133
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-10-061-4/+133
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-10-051-5/+137
| | | |\
| | | | * MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-051-5/+130
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-1/+1
| | | * | Merge 10.3 into 10.4Vlad Lesin2022-02-211-2/+4
| | | |\ \ | | | | |/
| | | | * MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-211-2/+4
| | | * | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+20
| | | |\ \ | | | | |/
| | | | * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-0/+20
| | | | |\
| | | | | * revive innodb_debug_syncNikita Malyavin2021-04-271-0/+20
| | * | | | MDEV-26578 ERROR: AddressSanitizer: heap-use-after-free around dict_table_t::...Thirunarayanan Balathandayuthapani2022-04-111-2/+2
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-08-241-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-29250 InnoDB: Failing assertion: table->get_ref_count() == 0Thirunarayanan Balathandayuthapani2022-08-191-1/+2
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-231-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-22388 Corrupted undo log record leads to server crashMarko Mäkelä2022-06-221-1/+1
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-061-103/+70
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-061-103/+70
* | | | | | Merge branch '10.7' into 10.8Sergei Golubchik2022-05-111-10/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-28465 Some calls to btr_pcur_close() are unnecessaryMarko Mäkelä2022-05-031-10/+4
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-04-271-58/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for ...Thirunarayanan Balathandayuthapani2022-04-251-58/+5
* | | | | | Merge 10.7 into 10.8Nayuta Yanagisawa2022-04-131-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-27783 InnoDB: Failing assertion: table->get_ref_count() == 0 upon ALTER ...Thirunarayanan Balathandayuthapani2022-04-071-1/+5
* | | | | | Merge branch '10.7' into 10.8Vladislav Vaintroub2022-02-171-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Vlad Lesin2022-02-141-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-141-1/+3
* | | | | | MDEV-26938 Support descending indexes internally in InnoDBMarko Mäkelä2022-01-261-1/+1
|/ / / / /
* | | | | MDEV-27058: Reduce the size of buf_block_t and buf_page_tMarko Mäkelä2021-11-181-4/+4
* | | | | Cleanup: Make btr_root_block_get() more robustMarko Mäkelä2021-09-171-2/+2
* | | | | MDEV-26356 Adaptive purge scheduling based on redo log fill factorbb-10.6-MDEV-26356Marko Mäkelä2021-09-141-6/+0
* | | | | MDEV-24258 fixup: Do not update dict_table_t::n_ref_countMarko Mäkelä2021-09-131-5/+2
* | | | | MDEV-24258 fixup: Throttle purge with exclusive dict_sys.latchMarko Mäkelä2021-09-021-0/+6
* | | | | MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-311-2/+2
* | | | | MDEV-24258 Merge dict_sys.mutex into dict_sys.latchMarko Mäkelä2021-08-311-5/+5
* | | | | MDEV-25691 fixup: Avoid MDL acquisition in purgeMarko Mäkelä2021-08-311-16/+4
* | | | | MDEV-25062: Reduce trx_rseg_t::mutex contentionMarko Mäkelä2021-06-231-7/+3