summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-112-7/+11
|\
| * Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-312-7/+11
| |\
| | * MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export...Vlad Lesin2023-03-272-7/+11
* | | MDEV-30413 : run sequence nextval got [Note] WSREP: MDL BF-BF conflict and [E...Jan Lindström2023-03-301-0/+10
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-282-8/+1
|\ \ \ | |/ /
| * | MDEV-30936 fixupMarko Mäkelä2023-03-281-0/+1
| * | MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-283-9/+2
* | | MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-166-115/+149
* | | MDEV-26055: Improve adaptive flushingMarko Mäkelä2023-03-162-43/+24
* | | MDEV-30357 Performance regression in locking reads from secondary indexesMarko Mäkelä2023-03-162-3/+12
* | | MDEV-29835 InnoDB hang on B-tree split or mergeMarko Mäkelä2023-03-163-1/+7
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-161-2/+54
|\ \ \ | |/ /
| * | MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-03-101-3/+51
| * | MDEV-30753 Possible corruption due to trx_purge_free_segment()Marko Mäkelä2023-02-281-0/+1
* | | MDEV-30341 Reset check_foreigns, check_unique_secondary variablesThirunarayanan Balathandayuthapani2023-03-021-0/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-272-38/+23
|\ \ \ | |/ /
| * | MDEV-30671 InnoDB undo log truncation fails to wait for purge of historyMarko Mäkelä2023-02-242-12/+16
* | | MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t...Vlad Lesin2023-02-201-1/+1
* | | MDEV-30638 Deadlock between INSERT and InnoDB non-persistent statistics updateMarko Mäkelä2023-02-162-17/+3
* | | MDEV-30134 Assertion failed in buf_page_t::unfix() in buf_pool_t::watch_unset()Marko Mäkelä2023-02-161-7/+5
* | | MDEV-30397: MariaDB crash due to DB_FAIL reported for a corrupted pageMarko Mäkelä2023-02-161-1/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-161-3/+9
|\ \ \ | |/ /
| * | MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-151-3/+9
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-108-23/+15
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2023-02-1010-19/+17
| |\ \ | | |/
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0911-16/+16
| * | MDEV-30479 optimization: Invoke recv_sys_t::trim() earlierMarko Mäkelä2023-02-061-9/+3
* | | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-2413-319/+221
* | | Revert "MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT"Marko Mäkelä2023-01-2311-165/+206
* | | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-1911-206/+165
* | | MDEV-30289: Implement small_vector for mtr_t::m_memoMarko Mäkelä2023-01-192-3/+100
* | | MDEV-30289: Remove the pointer indirection for mtr_t::m_memoMarko Mäkelä2023-01-191-14/+14
* | | Merge 10.5 into 10.6Marko Mäkelä2023-01-101-0/+5
|\ \ \ | |/ /
| * | MDEV-30179 mariabackup --backup fails with FATAL ERROR: ... failedThirunarayanan Balathandayuthapani2023-01-101-0/+5
* | | Merge 10.5 into 10.6Marko Mäkelä2023-01-035-26/+19
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2023-01-034-20/+17
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2023-01-034-20/+17
| | |\
| | | * MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORYAleksey Midenkov2022-12-274-20/+17
| * | | MDEV-24685 fixup: Remove srv_n_file_io_threadsMarko Mäkelä2022-12-161-3/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-151-2/+3
|\ \ \ \ | |/ / /
| * | | MDEV-30227 [ERROR] [FATAL] InnoDB: fdatasync() returned 9Marko Mäkelä2022-12-151-2/+3
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-132-1/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-12-132-2/+16
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-12-132-2/+16
| | |\ \ | | | |/
| | | * MDEV-28462 Race condition between instant alter and AHI accessThirunarayanan Balathandayuthapani2022-11-221-1/+1
| | | * MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-111-0/+14
* | | | MDEV-30148 Race condition between non-persistent statistics and purgeMarko Mäkelä2022-12-051-11/+8
* | | | MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...Marko Mäkelä2022-11-302-100/+11
* | | | Cleanup: Remove fil_space_t::is_deferred()Marko Mäkelä2022-11-301-9/+0
* | | | MDEV-21452 fixup: Remove PFS_NOT_INSTRUMENTEDMarko Mäkelä2022-11-241-9/+0