summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26230: mysql_upgrade fails to load type_mysql_json due to insufficientRucha Deodhar2022-03-031-1/+1
* Make testcase for MDEV-26585 stable.bb-10.5-spetruniaSergei Petrunia2022-03-012-3/+6
* MDEV-27967 Assertion !buf_pool.any_io_pending() failedMarko Mäkelä2022-03-011-2/+7
* MDEV-27964: A better work-aroundMarko Mäkelä2022-03-012-2/+2
* Fixed sporadic error in main.backup_locksMonty2022-02-282-8/+8
* MDEV-27964: Work around SIGSEGV in WITH_MSAN buildsMarko Mäkelä2022-02-286-42/+44
* Merge fixup: -WconversionMarko Mäkelä2022-02-281-1/+1
* Avoid some failures WITH_MSANMarko Mäkelä2022-02-286-40/+49
* Merge 10.4 into 10.5Marko Mäkelä2022-02-285-6/+54
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-02-285-6/+51
| |\
| | * MDEV-27800: Avoid garbage TRX_UNDO_TRX_NO on TRX_UNDO_CACHED pagesMarko Mäkelä2022-02-281-3/+11
| | * Merge 10.2 into 10.3Marko Mäkelä2022-02-284-3/+40
| | |\
| | | * MDEV-27850: MTR tests can hang due to DEBUG_SYNC race conditionBrandon Nesterenko2022-02-254-3/+40
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-02-2545-614/+1436
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-02-2545-613/+1435
| |\ \ \ | | |/ /
| | * | 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-2541-592/+1402
| | |\ \ | | | |/
| | | * MDEV-26377: Stricter validation of ssl-mode valuesJulius Goryavsky2022-02-234-86/+87
| | | * MDEV-23888 fixup: GCC 12 -Wunused-valueMarko Mäkelä2022-02-231-1/+1
| | | * MDEV-27777: Some Galera tests fail on FreeBSDJulius Goryavsky2022-02-224-16/+47
| | | * MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackupJulius Goryavsky2022-02-2229-517/+1309
| | | * mariabackup: cosmetic changes (whitespaces and indentation)Julius Goryavsky2022-02-221-9/+9
| | | * MDEV-27534: mariabackup: missing line in the compress_qpress.resultJulius Goryavsky2022-02-221-0/+1
| | | * MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-221-0/+8
| | | * MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-213-1/+21
| | | * MDEV-22377: Subquery in an UPDATE query uses full scan instead of rangeSergei Petrunia2022-02-217-14/+92
| | | * MDEV-27901 Windows : expensive system calls used to calculate file system blo...bb-10.2-wladVladislav Vaintroub2022-02-202-64/+37
| | | * MDEV-27877 considerably speed up innodb_force_recovery testVladislav Vaintroub2022-02-172-2/+2
* | | | Merge 10.4 into 10.5 (MDEV-27913)Marko Mäkelä2022-02-2511-53/+125
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4 (MDEV-27913)Marko Mäkelä2022-02-2511-68/+142
| |\ \ \ | | |/ /
| | * | MDEV-27913 fixup: sys_vars.sysvars_innodb resultMarko Mäkelä2022-02-252-41/+49
| | * | MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small fo...Thirunarayanan Balathandayuthapani2022-02-2410-29/+134
* | | | Remove unused header from crc32c.ccLike Ma2022-02-241-1/+0
* | | | MDEV-27932: perfschema.dml_file_instances mtr failureDaniel Black2022-02-242-23/+23
* | | | Extend have_sanitizer with ASAN+UBSAN and MSANMarko Mäkelä2022-02-238-11/+27
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-02-235-17/+19
|\ \ \ \ | |/ / /
| * | | MDEV-27798 SIGSEGV in dict_index_t::reconstruct_fields()Marko Mäkelä2022-02-231-3/+5
| * | | WSREP: Fix GCC 12.0.1 -WuninitializedMarko Mäkelä2022-02-234-14/+14
| * | | MDEV-27826 Mariabackup is linked against libsql_builtins.so dynamicallySergei Golubchik2022-02-221-1/+1
* | | | Merge 10.4 into 10.5Vlad Lesin2022-02-226-6/+20
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Vlad Lesin2022-02-2130-398/+771
| |\ \ \ | | |/ /
| | * | MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-2112-198/+324
| | * | MDEV-27550: Disable galera.MW-328DMarko Mäkelä2022-02-211-0/+1
| | * | MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lockVlad Lesin2022-02-2112-195/+426
| | * | MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-185-5/+19
| * | | MDEV-24175 Windows - fix detection of whether file is on SSDVladislav Vaintroub2022-02-171-1/+1
* | | | MDEV-26645: Fix UB in Item_func_plus and Item_func_minusMarko Mäkelä2022-02-181-10/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-02-1742-775/+676
|\ \ \ \ | |/ / /
| * | | MDEV-27723 innodb.instant_alter,8k.rdiff does not apply on FreeBSDMarko Mäkelä2022-02-174-90/+82