summaryrefslogtreecommitdiff
path: root/storage/innobase/lock
Commit message (Expand)AuthorAgeFilesLines
* Merge 11.0 into 11.1Marko Mäkelä2023-03-171-33/+35
|\
| * MDEV-30357 Performance regression in locking reads from secondary indexesMarko Mäkelä2023-03-161-33/+35
* | MDEV-30545 Remove innodb_defragment and related parametersMarko Mäkelä2023-03-111-42/+0
|/
* MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t...Vlad Lesin2023-02-201-3/+45
* Merge 10.5 into 10.6Marko Mäkelä2023-01-171-15/+32
|\
| * Merge branch 10.4 into 10.5Jan Lindström2023-01-141-18/+35
| |\
| | * 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-141-18/+35
* | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-5/+3
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-5/+3
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2023-01-131-5/+3
| | |\
| | | * Remove an unused parameterMarko Mäkelä2023-01-111-5/+3
* | | | MDEV-29504/MDEV-29849 TRUNCATE breaks FOREIGN KEY lockingMarko Mäkelä2022-11-081-2/+1
* | | | MDEV-28709 unexpected X lock on Supremum in READ COMMITTEDVlad Lesin2022-10-281-1/+2
* | | | MDEV-29869 mtr failure: innodb.deadlock_wait_thr_raceVlad Lesin2022-10-261-16/+30
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-251-75/+93
|\ \ \ \ | |/ / /
| * | | MDEV-28709 unexpected X lock on Supremum in READ COMMITTEDVlad Lesin2022-10-251-41/+53
* | | | MDEV-29622 Wrong assertions in lock_cancel_waiting_and_release() for deadlock...Vlad Lesin2022-10-211-15/+20
* | | | MDEV-29635 race on trx->lock.wait_lock in deadlock resolutionVlad Lesin2022-10-211-1/+10
* | | | MDEV-24402: InnoDB CHECK TABLE ... EXTENDEDMarko Mäkelä2022-10-211-0/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-201-0/+3
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-0/+3
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-131-0/+3
| | |\ \ | | | |/
| | | * MDEV-29507 InnoDB: Failing assertion: table->n_rec_locks == 0Marko Mäkelä2022-09-121-0/+3
* | | | MDEV-29515 innodb.deadlock_victim_race is unstableVlad Lesin2022-09-191-7/+0
* | | | MDEV-29081 trx_t::lock.was_chosen_as_deadlock_victim race in lock_wait_end()Vlad Lesin2022-08-241-37/+70
* | | | MDEV-21098: Assertion failure in rec_get_offsets_func()Marko Mäkelä2022-08-011-22/+62
* | | | MDEV-29187: Deadlock output in InnoDB status always shows transaction (0)Daniel Black2022-07-281-0/+1
* | | | MDEV-29166: reduce locking of innodb rseg for user exposure of innodb_history...Daniel Black2022-07-261-1/+1
* | | | MDEV-28836: Memory alignment cleanupMarko Mäkelä2022-06-211-6/+8
* | | | MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-061-5/+3
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-05-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-05-251-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-28601 InnoDB history list length was reverted to 32 bitsMarko Mäkelä2022-05-251-2/+2
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-17/+23
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-18/+23
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-19/+23
| | |\ \ | | | |/
| | | * MDEV-17843 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_queue_validat...Vlad Lesin2022-05-041-17/+10
| | | * MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-271-2/+13
* | | | MDEV-28445 Secondary index locking invokes costly trx_sys.get_min_trx_id()Marko Mäkelä2022-04-291-41/+16
* | | | MDEV-26217 Failing assertion: list.count > 0 in ut_list_remove or Assertion `...Marko Mäkelä2022-04-261-50/+76
* | | | Cleanup: Remove os0threadMarko Mäkelä2022-04-191-2/+2
* | | | MDEV-28313: Shrink rw_trx_hash_element_t::mutexMarko Mäkelä2022-04-141-6/+6
* | | | MDEV-27909 InnoDB: Failing assertion: state == TRX_STATE_NOT_STARTED ... on DDLMarko Mäkelä2022-03-181-43/+39
* | | | After-merge fixesMarko Mäkelä2022-03-082-33/+26
* | | | Merge 10.5 into 10.6Vlad Lesin2022-03-071-106/+39
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Vlad Lesin2022-03-072-213/+136
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Vlad Lesin2022-03-072-189/+120
| | |\ \ | | | |/
| | | * MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-072-189/+120
| | * | Merge 10.3 into 10.4Vlad Lesin2022-02-212-120/+189
| | |\ \ | | | |/
| | | * MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lockVlad Lesin2022-02-212-120/+189