summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30089 Metrics not incremented for 1st iteration in buf_LRU_free_from_com...Marko Mäkelä2022-11-281-10/+8
* MDEV-25417: Remove innodb buffer pool load throttlingDaniel Black2022-11-281-72/+0
* MDEV-30009 InnoDB shutdown hangs when the change buffer is corruptedMarko Mäkelä2022-11-232-100/+149
* Cleanup: Say "mariadbd" instead of "mysqld" in InnoDB messagesMarko Mäkelä2022-11-223-8/+10
* MDEV-30068 Confusing error message when encryption is not available on recoveryMarko Mäkelä2022-11-221-25/+12
* MDEV-19514 fixup: Fix recovery with innodb_change_buffering_debug=1Marko Mäkelä2022-11-211-1/+1
* MDEV-29999 innodb_undo_log_truncate=ON is not crash safeMarko Mäkelä2022-11-151-9/+11
* MDEV-29984 innodb_fast_shutdown=0 fails to report change buffer merge progressMarko Mäkelä2022-11-143-135/+61
* Cleanup: Remove a useless header fileMarko Mäkelä2022-11-144-65/+32
* MDEV-16264 fixup: Remove unused variablesMarko Mäkelä2022-11-141-9/+1
* MDEV-29982 Improve the InnoDB log overwrite error messageMarko Mäkelä2022-11-144-12/+42
* MDEV-29905 fixup: Remove some unnecessary codeMarko Mäkelä2022-11-142-12/+3
* MDEV-21174 fixup: Remove mtr_t::release_page()Marko Mäkelä2022-11-102-27/+0
* Merge 10.4 into 10.5Marko Mäkelä2022-11-093-7/+7
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-11-093-7/+7
| |\
| | * MDEV-29883 Deadlock between InnoDB statistics update and BLOB insertMarko Mäkelä2022-11-093-7/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2022-11-0810-259/+167
|\ \ \ | |/ /
| * | MDEV-27121 fixup: mariabackup.mdev-14447,full_crc32Marko Mäkelä2022-11-081-1/+1
| * | Merge 10.3 into 10.4Marko Mäkelä2022-11-088-240/+108
| |\ \ | | |/
| | * MDEV-29856 heap-use-after-poison in row_merge_spatial_rows() w/ column prefixMarko Mäkelä2022-11-081-101/+69
| | * MDEV-29905 Change buffer operations fail to check for log file overflowMarko Mäkelä2022-11-083-46/+28
| | * MDEV-23371: Crash in _db_doprnt_ via que_thr_step()Marko Mäkelä2022-11-081-74/+2
| | * Include some advice in the crash-upgrade messageMarko Mäkelä2022-11-081-9/+13
| | * Remove an unused fileMarko Mäkelä2022-11-081-14/+0
| | * MDEV-27121 fixup: mariabackup.mdev-14447 fault injectionMarko Mäkelä2022-11-081-1/+1
| * | MDEV-13564 follow-up: Correct a bogus commentMarko Mäkelä2022-11-082-3/+3
| * | MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrar...Alexander Barkov2022-10-272-10/+34
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-254-26/+24
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-254-26/+24
| |\ \ | | |/
| | * MDEV-29778 Having Unique index interference with MATCH from a FULLTEXTThirunarayanan Balathandayuthapani2022-10-211-0/+5
| | * Do not use C++11 before MariaDB 10.4Marko Mäkelä2022-10-141-2/+2
| | * Fix clang -Wunused-but-set-variableMarko Mäkelä2022-10-143-26/+19
* | | MDEV-28709 unexpected X lock on Supremum in READ COMMITTEDVlad Lesin2022-10-253-57/+97
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-137-10/+21
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-137-10/+21
| |\ \ | | |/
| | * MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-124-4/+8
| | * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-123-6/+13
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-122-1/+11
|\ \ \ | |/ /
| * | MDEV-29613 fixup: clang -Wunused-but-set-variableMarko Mäkelä2022-10-111-1/+5
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-112-1/+11
| |\ \ | | |/
| | * Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-101-0/+5
| | * MDEV-29742 heap number overflowMarko Mäkelä2022-10-101-1/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-0619-489/+315
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-0520-476/+300
| |\ \ | | |/
| | * MDEV-27927 row_sel_try_search_shortcut_for_mysql() does not latch a page, vio...Vlad Lesin2022-10-0516-267/+160
| | * MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-053-206/+131
| | * MDEV-29575 Access to innodb_trx, innodb_locks and innodb_lock_waits along wit...Vlad Lesin2022-10-031-0/+2
* | | Cleanup: Remove innobase_destroy_background_thd()Marko Mäkelä2022-09-304-17/+5
* | | correctness assertSergei Golubchik2022-09-291-4/+0
* | | MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query fr...Sergei Golubchik2022-09-291-0/+2