summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23626: CONNECT VIR tables return inconsistent error for UPDATEAnel Husakovic2022-04-013-0/+38
* Fixed unlikely assert/crash if initialization of translog failedMonty2022-03-311-7/+10
* Merge 10.3 into 10.4Marko Mäkelä2022-03-294-80/+44
|\
| * Merge 10.2 into 10.3Marko Mäkelä2022-03-294-78/+43
| |\
| | * MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
| | * Fixed warning for maria.maria-recovery2 about crashed tablebb-10.2-montyMonty2022-03-181-4/+6
| | * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-3/+1
| | * Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
| | * MDEV-28091 PERFORMANCE_SCHEMA unit tests fail due to memory misalignmentMarko Mäkelä2022-03-161-0/+14
* | | MDEV-28060 Online DDL fails while checking for instant alter conditionThirunarayanan Balathandayuthapani2022-03-141-1/+6
* | | After-merge fix: clang -Winconsistent-missing-overrideMarko Mäkelä2022-03-111-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-112-0/+12
|\ \ \ | |/ /
| * | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-102-0/+12
* | | Merge 10.3 into 10.4Vlad Lesin2022-03-078-336/+193
|\ \ \ | |/ /
| * | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-078-336/+193
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-076-126/+38
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-1/+2
| |\ \ | | |/
| | * MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-031-1/+2
| * | MDEV-28004 ha_innobase::reset_auto_increment() is never executedMarko Mäkelä2022-03-042-73/+1
| * | MDEV-27582 Fulltext DDL decrements the FTS_DOC_ID valueThirunarayanan Balathandayuthapani2022-03-033-53/+35
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-281-3/+11
|\ \ \ | |/ /
| * | MDEV-27800: Avoid garbage TRX_UNDO_TRX_NO on TRX_UNDO_CACHED pagesMarko Mäkelä2022-02-281-3/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-254-76/+40
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-252-10/+2
| |\ \ | | |/
| | * Remove deprecated (in C++11) std::binary_functionMarko Mäkelä2022-02-252-10/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-253-65/+38
| |\ \ | | |/
| | * MDEV-23888 fixup: GCC 12 -Wunused-valueMarko Mäkelä2022-02-231-1/+1
| | * MDEV-27901 Windows : expensive system calls used to calculate file system blo...bb-10.2-wladVladislav Vaintroub2022-02-202-64/+37
* | | Merge 10.3 into 10.4 (MDEV-27913)Marko Mäkelä2022-02-253-13/+58
|\ \ \ | |/ /
| * | MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small fo...Thirunarayanan Balathandayuthapani2022-02-244-15/+99
* | | MDEV-27798 SIGSEGV in dict_index_t::reconstruct_fields()Marko Mäkelä2022-02-231-3/+5
* | | Merge 10.3 into 10.4Vlad Lesin2022-02-2119-391/+552
|\ \ \ | |/ /
| * | MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-2110-198/+210
| * | MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lockVlad Lesin2022-02-218-193/+336
| * | MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-181-0/+5
* | | MDEV-24175 Windows - fix detection of whether file is on SSDVladislav Vaintroub2022-02-171-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-172-5/+10
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-171-2/+1
| |\ \ | | |/
| | * MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ...Marko Mäkelä2022-02-171-1/+1
| | * MDEV-27634 innodb_zip tests failing on s390xMarko Mäkelä2022-02-161-1/+0
| * | MDEV-17223 Assertion `thd->killed != 0' failed in ha_maria::enable_indexesMonty2022-02-161-3/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-141-1/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-141-1/+7
| |\ \ | | |/
| | * MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ...Vlad Lesin2022-02-111-1/+7
* | | Merge branch '10.3' into 10.4mariadb-10.4.24Sergei Golubchik2022-02-101-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.34Sergei Golubchik2022-02-101-3/+3
| |\ \ | | |/
| | * MDEV-26351 segfault - (MARIA_HA *) 0x0 in ha_maria::extraSergei Golubchik2022-02-101-3/+3
* | | Rocksdb result fix after mergemariadb-10.4.23Oleksandr Byelkin2022-01-311-5/+5
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-30170-551/+931
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-29167-512/+869
| |\ \ | | |/