summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-29967 innodb_read_ahead_threshold (linear read-ahead) does not workMarko Mäkelä2023-05-111-8/+17
* MDEV-31124 Innodb_data_written miscounts doublewritesMarko Mäkelä2023-04-253-9/+4
* Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-245-8/+19
|\
| * MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is usedAlexander Barkov2023-04-211-1/+5
| * 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
* | MDEV-30753 fixup: Unsafe buffer page restorationMarko Mäkelä2023-04-211-2/+13
* | Fix compilation on gcc 11.2.0Sergei Petrunia2023-04-131-2/+2
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-051-1/+2
|\ \ | |/
| * MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-041-1/+2
* | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-3116-114/+96
|\ \ | |/
| * MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to...Marko Mäkelä2023-03-291-40/+2
| * MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export...Vlad Lesin2023-03-278-52/+48
| * MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-223-17/+92
| * Remove a bogus UNIV_ZIP_DEBUG checkMarko Mäkelä2023-03-211-6/+0
| * MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMP...Marko Mäkelä2023-03-211-2/+4
| * Fix cmake -DWITH_INNODB_EXTRA_DEBUG (UNIV_ZIP_DEBUG)Marko Mäkelä2023-03-201-2/+3
| * MDEV-26198 Assertion `0' failed in row_log_table_apply_op duringThirunarayanan Balathandayuthapani2023-03-141-1/+3
| * MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-77/+60
| * MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-231-6/+16
| * MDEV-30615 Can't read from I_S.INNODB_SYS_INDEXES when having a discarded ta...Thirunarayanan Balathandayuthapani2023-02-161-3/+5
| * MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-141-0/+18
* | MDEV-30936 fixupMarko Mäkelä2023-03-282-2/+1
* | MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-2815-59/+26
* | MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-222-17/+89
* | 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
* | 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-30753 Possible corruption due to trx_purge_free_segment()Marko Mäkelä2023-02-282-59/+39
* | MDEV-30671 InnoDB undo log truncation fails to wait for purge of historyMarko Mäkelä2023-02-246-190/+158
* | MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-152-7/+21
* | 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
* | Merge 10.4 into 10.5Marko Mäkelä2023-02-1014-34/+24
|\ \ | |/
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0914-25/+23
| * innodb: cmake - sched_getcpu removed - not usedDaniel Black2023-02-081-6/+0
| * Merge 10.3 into 10.4Marko Mäkelä2023-01-171-4/+11
| |\
| | * MDEV-30422 Merge new release of InnoDB 5.7.41 to 10.3Marko Mäkelä2023-01-171-4/+11
* | | 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
* | | MDEV-30404: Inconsistent updates of PAGE_MAX_TRX_ID on ROW_FORMAT=COMPRESSED ...Marko Mäkelä2023-01-261-6/+3
* | | MDEV-23855 fixup: Remove SRV_MASTER_CHECKPOINT_INTERVALMarko Mäkelä2023-01-251-12/+1
* | | MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-un...Thirunarayanan Balathandayuthapani2023-01-231-20/+3
* | | Merge branch 10.4 into 10.5Jan Lindström2023-01-142-18/+45
|\ \ \ | |/ /
| * | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-141-18/+35
| * | MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-131-0/+10