summaryrefslogtreecommitdiff
path: root/storage/innobase/trx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-052-1/+15
|\
| * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-042-1/+15
| |\
| | * MDEV-25503 InnoDB hangs on startup during recoveryThirunarayanan Balathandayuthapani2021-04-272-2/+17
* | | Merge 10.3 into 10.4Marko Mäkelä2021-04-143-4/+6
|\ \ \ | |/ /
| * | MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position()bb-10.3-MDEV-24620Marko Mäkelä2021-04-132-3/+5
| * | Merge 10.2 into 10.3Marko Mäkelä2021-04-131-1/+1
| |\ \ | | |/
| | * MDEV-24434 Assertion trx->in_rw_trx_list... in trx_sys_any_active_transactions()Marko Mäkelä2021-04-121-6/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-191-4/+7
|\ \ \ | |/ /
| * | MDEV-25125 Assertion failure in fetch_data_into_cache_low()Marko Mäkelä2021-03-181-4/+7
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-37/+4
|\ \ \ | |/ /
| * | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-031-46/+4
* | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+8
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+9
| |\ \ | | |/
| | * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-181-1/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2021-01-251-27/+20
|\ \ \ | |/ /
| * | MDEV-22351 InnoDB may recover wrong information after RESET MASTERbb-10.3-MDEV-22351Marko Mäkelä2021-01-221-27/+21
* | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-4/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-2/+2
| |\ \ | | |/
| | * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-081-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-11-122-8/+4
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-11-122-11/+10
| |\ \ | | |/
| | * MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10
| | * MDEV-7620: Remove the data structuresMarko Mäkelä2020-11-091-4/+0
* | | MDEV-24096 InnoDB assertion 'first_free <= srv_page_size - 8'Marko Mäkelä2020-11-091-22/+20
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-292-9/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-10-282-9/+2
| |\ \ | | |/
| | * MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-272-8/+3
* | | MDEV-23672 Assertion `v.v_indexes.empty()' failed in dict_table_t::instant_co...Aleksey Midenkov2020-10-201-5/+21
* | | Cleanup: Remove unnecessary trx_i_s_cache_t::last_read_mutexMarko Mäkelä2020-10-011-20/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2020-09-093-3/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-09-093-3/+3
| |\ \ | | |/
| | * MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized pageThirunarayanan Balathandayuthapani2020-09-093-4/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-3/+3
|\ \ \ | |/ /
| * | MDEV-23651 InnoDB: Failing assertion: !space->referenced()Marko Mäkelä2020-09-031-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-1/+5
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-261-1/+5
| |\ \ | | |/
| | * MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetchMarko Mäkelä2020-08-251-1/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-213-121/+125
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-213-119/+128
| |\ \ | | |/
| | * MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-211-106/+132
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-202-0/+8
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-202-0/+9
| |\ \ | | |/
| | * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-192-0/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-312-10/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-07-312-11/+3
| |\ \ | | |/
| | * MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered ...Marko Mäkelä2020-07-301-2/+2
| | * MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-232-9/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-211-2/+7
|\ \ \ | |/ /
| * | MDEV-15880: ASAN heap-use-after-free with innodb_evict_tables_on_commit_debugMarko Mäkelä2020-07-211-2/+7
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-202-3/+3
|\ \ \ | |/ /