summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.8Marko Mäkelä2023-03-1634-1300/+1396
|\
| * MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-1619-668/+703
| * MDEV-26055: Improve adaptive flushingMarko Mäkelä2023-03-165-354/+360
| * MDEV-30357 Performance regression in locking reads from secondary indexesMarko Mäkelä2023-03-164-36/+48
| * MDEV-29835 InnoDB hang on B-tree split or mergeMarko Mäkelä2023-03-167-160/+156
| * Merge 10.5 into 10.6Marko Mäkelä2023-03-163-19/+93
| |\
| | * MDEV-30860 Race condition between buffer pool flush and log file deletion in ...Marko Mäkelä2023-03-161-5/+5
| | * MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-03-103-14/+76
| * | Merge 10.5 into 10.6Marko Mäkelä2023-03-104-120/+106
| |\ \ | | |/
| | * MDEV-30819 InnoDB fails to start up after downgrading from MariaDB 11.0Marko Mäkelä2023-03-093-14/+28
| | * MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-118/+90
* | | MDEV-30798 deadlock between CHECK TABLE and bulk insertThirunarayanan Balathandayuthapani2023-03-071-10/+21
* | | MDEV-30183 Assertion `!memcmp(rec_trx_id, old_pk_trx_id->data, 6 + 7)' failed...Thirunarayanan Balathandayuthapani2023-03-061-1/+1
* | | Merge 10.6 into 10.8Marko Mäkelä2023-03-067-70/+88
|\ \ \ | |/ /
| * | MDEV-30341 Reset check_foreigns, check_unique_secondary variablesThirunarayanan Balathandayuthapani2023-03-022-1/+6
| * | Merge 10.5 into 10.6Marko Mäkelä2023-02-285-69/+82
| |\ \ | | |/
| | * MDEV-30753 Possible corruption due to trx_purge_free_segment()Marko Mäkelä2023-02-282-59/+39
| | * Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-274-17/+42
* | | MDEV-30752 Assertion `!index->is_ibuf()' failed aroundThirunarayanan Balathandayuthapani2023-03-021-2/+3
* | | Merge 10.6 into 10.8Marko Mäkelä2023-02-2810-213/+206
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2023-02-276-206/+155
| |\ \ | | |/
| | * MDEV-30671 InnoDB undo log truncation fails to wait for purge of historyMarko Mäkelä2023-02-246-190/+158
| * | MDEV-25984 Assertion `max_doc_id > 0' failed in fts_init_doc_id()Thirunarayanan Balathandayuthapani2023-02-222-3/+5
| * | MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t...Vlad Lesin2023-02-202-4/+46
* | | Merge 10.6 into 10.8Marko Mäkelä2023-02-1616-105/+115
|\ \ \ | |/ /
| * | MDEV-30638 Deadlock between INSERT and InnoDB non-persistent statistics updateMarko Mäkelä2023-02-167-33/+13
| * | MDEV-30134 Assertion failed in buf_page_t::unfix() in buf_pool_t::watch_unset()Marko Mäkelä2023-02-162-50/+33
| * | MDEV-30397: MariaDB crash due to DB_FAIL reported for a corrupted pageMarko Mäkelä2023-02-163-4/+8
| * | Merge 10.5 into 10.6Marko Mäkelä2023-02-164-11/+25
| |\ \ | | |/
| | * MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-152-7/+21
| | * Fix S3 engine Coverity hitsAndrew Hutchings2023-02-142-4/+4
| * | Merge 10.5 into 10.6Marko Mäkelä2023-02-143-1/+38
| |\ \ | | |/
| | * MDEV-30552 InnoDB recovery crashes when error handling scenarioThirunarayanan Balathandayuthapani2023-02-142-0/+9
| | * MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memoryThirunarayanan Balathandayuthapani2023-02-142-1/+26
* | | MDEV-30426 Assertion !rec_offs_nth_extern(offsets2, n) during bulk insertThirunarayanan Balathandayuthapani2023-02-141-3/+6
* | | Merge 10.6 into 10.8Marko Mäkelä2023-02-10130-375/+235
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2023-02-10131-375/+235
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-10133-366/+232
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-09132-350/+228
| | | * innodb: cmake - sched_getcpu removed - not usedDaniel Black2023-02-081-6/+0
| | | * MDEV-30554 RockDB libatomic linking on riscv64Daniel Black2023-02-071-6/+2
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2814-92/+111
| | | |\
| | * | | MDEV-30479 optimization: Invoke recv_sys_t::trim() earlierMarko Mäkelä2023-02-062-16/+10
| | * | | MDEV-30479 OPT_PAGE_CHECKSUM mismatch after innodb_undo_log_truncate=ONMarko Mäkelä2023-02-061-1/+1
| * | | | Merge branch '10.6.12' into 10.6Oleksandr Byelkin2023-02-061-2/+2
| |\ \ \ \
| | * | | | Silence gcc-11 warningsVicențiu Ciorbaru2023-02-031-2/+2
* | | | | | Merge branch '10.7' into 10.8mariadb-10.8.7Oleksandr Byelkin2023-02-012-0/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '10.6' into 10.7mariadb-10.7.810.7Oleksandr Byelkin2023-02-012-0/+14
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-30527 Assertion !m_freed_pages in mtr_t::start() on DROP TEMPORARY TABLEMarko Mäkelä2023-02-011-0/+13
| | * | | | | MDEV-30524 btr_cur_t::open_leaf() opens non-leaf page in BTR_MODIFY_LEAF modeMarko Mäkelä2023-01-311-0/+1