summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.610.6Marko Mäkelä2023-05-153-8/+11
|\
| * MDEV-31254 InnoDB: Trying to read doublewrite buffer pagebb-10.5-MDEV-31254Marko Mäkelä2023-05-121-3/+1
| * MDEV-31253 Freed data pages are not always being scrubbedMarko Mäkelä2023-05-123-39/+54
* | Merge 10.5 into 10.6Marko Mäkelä2023-05-111-8/+17
|\ \ | |/
| * MDEV-29967 innodb_read_ahead_threshold (linear read-ahead) does not workMarko Mäkelä2023-05-111-8/+17
* | MDEV-31158: Potential hang with ROW_FORMAT=COMPRESSED tablesMarko Mäkelä2023-05-111-9/+18
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-0/+5
|\ \ | |/
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-041-0/+5
| |\
| | * MDEV-31057 rocksdb does not compile with gcc-13Sergei Golubchik2023-05-041-0/+5
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-03256-256/+256
|\ \ \ | |/ /
| * | Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-021-1/+1
| |\ \ | | |/
| | * MDEV-31129 build failure with RocksDB, incompatible pointer to integer conver...Sergei Golubchik2023-04-271-1/+1
| * | Merge branch 'merge-perfschema-5.7' into 10.5Oleksandr Byelkin2023-04-28256-256/+256
| |\ \
| | * | 5.7.42 (only copyright year in all files changed)Oleksandr Byelkin2023-04-28257-257/+257
* | | | MDEV-29401 InnoDB history list length increased in 10.6 compared to 10.5Marko Mäkelä2023-04-275-67/+64
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-273-24/+42
|\ \ \ \ | |/ / /
| * | | MDEV-29644 post-merge fixupYuchen Pei2023-04-273-24/+42
* | | | MDEV-31132 Deadlock between DDL and purge of InnoDB historyMarko Mäkelä2023-04-269-35/+41
* | | | MDEV-26055: Correct the formula for adaptive flushingMarko Mäkelä2023-04-261-13/+24
* | | | MDEV-26827 fixup: Prevent a hang in LRU evictionMarko Mäkelä2023-04-251-0/+5
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-2524-258/+341
|\ \ \ \ | |/ / /
| * | | MDEV-31124 Innodb_data_written miscounts doublewritesMarko Mäkelä2023-04-253-9/+4
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-2423-251/+351
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is usedAlexander Barkov2023-04-211-1/+5
| | * | MDEV-30713 field length handling for CONNECT engineDaniel Black2023-04-215-12/+9
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-04-215-56/+136
| | |\ \
| | | * | MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::pr...bb-10.3-mdev-29644Nayuta Yanagisawa2023-02-035-56/+136
| | * | | Minimize unsafe C functions usage - replace strcat() and strcpy()Mikhail Chalov2023-04-207-148/+178
| | * | | MDEV-30076 ibuf_insert tries to insert the entry for uncommitted indexThirunarayanan Balathandayuthapani2023-04-191-0/+4
| | * | | MDEV-31025 Redundant table alter fails when fixed columnThirunarayanan Balathandayuthapani2023-04-192-6/+1
| | * | | MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts....Thirunarayanan Balathandayuthapani2023-04-191-1/+9
| | * | | rocksdb: Define _GNU_SOURCE during fallocate CMake probeFlorian Weimer2023-04-171-1/+1
* | | | | MDEV-31114 Assertion !...is_waiting() failed in os_aio_wait_until_no_pending_...Marko Mäkelä2023-04-249-26/+29
* | | | | MDEV-30996 insert.. select in presence of full text index freezes all other ...Thirunarayanan Balathandayuthapani2023-04-245-97/+333
* | | | | MDEV-26782 InnoDB temporary tablespace: reclaiming of free space does not workMarko Mäkelä2023-04-214-64/+78
* | | | | Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-04-215-20/+31
* | | | | MDEV-29593 Purge misses a chance to free not-yet-reused undo pagesMarko Mäkelä2023-04-212-117/+116
* | | | | MDEV-26827 fixup: hangs and !os_aio_pending_writes() assertion failuresMarko Mäkelä2023-04-212-5/+4
* | | | | MDEV-31084 assert(waiting) failed in TP_connection_generic::wait_endMarko Mäkelä2023-04-211-2/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-213-2/+62
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-30753 fixup: Unsafe buffer page restorationMarko Mäkelä2023-04-211-2/+13
| * | | | MDEV-30542 Add multilength spider self-reference detection testYuchen Pei2023-04-192-0/+50
* | | | | MDEV-26827 fixup: Fix os_aio_wait_until_no_pending_writes()Marko Mäkelä2023-04-201-2/+1
* | | | | MDEV-26827 fixup: Do not hog buf_pool.mutexMarko Mäkelä2023-04-191-9/+19
* | | | | MDEV-31080 fil_validate() failures during deferred tablespace recoveryMarko Mäkelä2023-04-195-35/+52
* | | | | MDEV-30863 fixup: Assertion failure when using innodb_undo_tablespaces=0Marko Mäkelä2023-04-191-6/+5
* | | | | MDEV-30863 fixup: Hang in a debug buildMarko Mäkelä2023-04-191-1/+1
* | | | | MDEV-30863 Server freeze, all threads in trx_assign_rseg_low()Marko Mäkelä2023-04-183-16/+8
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-181-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix compilation on gcc 11.2.0Sergei Petrunia2023-04-131-2/+2