summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-274-17/+42
* 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
* Fix S3 engine Coverity hitsAndrew Hutchings2023-02-142-4/+4
* 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-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.4' into 10.5Oleksandr Byelkin2023-01-2721-201/+331
|\ \ \
| * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2614-92/+111
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix connect bson.cpp warningVicențiu Ciorbaru2023-01-201-1/+1
| | * Fix mroonga warning of use-after-freeVicențiu Ciorbaru2023-01-201-2/+2
| | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-2013-90/+109
| * | MDEV-30370 Fixing spider hang when server abortsYuchen Pei2023-01-253-4/+25
| * | MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-204-107/+206
| * | 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-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
* | | MDEV-30191 Remove the to-be-freed spider condition in an sp callYuchen Pei2023-01-194-4/+100
* | | 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
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-1314-50/+29
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2023-01-133-8/+8
| |\ \ | | |/
| | * MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-121-1/+3
| | * fix typoslilinjie2023-01-121-2/+2
| | * Remove an unused parameterMarko Mäkelä2023-01-111-5/+3
| * | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-1011-42/+21
| |\ \ | | |/
| | * clang15 warnings - unused vars and old prototypesDaniel Black2023-01-109-41/+14
| | * fix typoslilinjie2023-01-051-1/+1
| | * MDEV-29988: (spider fix) Major performance regression with 10.6.11Oleksandr Byelkin2023-01-021-0/+6
* | | MDEV-30179 mariabackup --backup fails with FATAL ERROR: ... failedThirunarayanan Balathandayuthapani2023-01-102-0/+9
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-0326-122/+525
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2023-01-0323-118/+447
| |\ \ | | |/
| | * MDEV-25004 RefactoringsMarko Mäkelä2022-12-272-66/+53
| | * MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORYAleksey Midenkov2022-12-2712-114/+326
| | * MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-1/+1
| | * typosmusvaage2022-12-216-10/+10
| | * MDEV-30225 RR isolation violation with locking unique searchVlad Lesin2022-12-201-1/+3
| | * MDEV-29562 Spider table charset error should happen correctly.Yuchen Pei2022-12-204-0/+114
| * | MDEV-29653 Make sure Item_cache_row has the correct type handler.Yuchen Pei2022-12-223-0/+73