summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | MDEV-24685 fixup: Remove srv_n_file_io_threadsMarko Mäkelä2022-12-162-14/+1
* | | MDEV-30227 [ERROR] [FATAL] InnoDB: fdatasync() returned 9Marko Mäkelä2022-12-151-2/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2022-12-1332-90/+453
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-12-1332-89/+454
| |\ \ | | |/
| | * MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-093-6/+26
| | * MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Nayuta Yanagisawa2022-12-071-0/+12
| | * MDEV-28855 SEGV around dict_free_vc_templ during DROP INDEXSergei Golubchik2022-12-021-1/+1
| | * cleanup: clarify innobase_init_vc_templ usageSergei Golubchik2022-12-022-11/+4
| | * MDEV-28299: Server crashes in XINDXS::Range/CntIndexRange (Connect engine)Anel Husakovic2022-11-293-0/+66
| | * MDEV-28996 ASAN errors in String::q_append / spider_string::q_append / spider...Nayuta Yanagisawa2022-11-284-9/+90
| | * MDEV-29855 Crash with SPIDER_DIRECT_SQL and spider_udf_ds_use_real_table=1Nayuta Yanagisawa2022-11-244-11/+77
| | * MDEV-28462 Race condition between instant alter and AHI accessThirunarayanan Balathandayuthapani2022-11-228-21/+33
| | * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-173-11/+22
| | * MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-151-0/+2
| | * MDEV-28489 CONNECT used incorrect CHAR lengthAndrew Hutchings2022-11-113-7/+70