summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27957 Select from view with subselect fails with lost connectionbb-10.3-MDEV-27957Oleksandr Byelkin2022-03-234-1/+110
* MDEV-28131 Unexpected warning while selecting from information_schema.process...Alexander Barkov2022-03-213-0/+65
* MDEV-26009 Server crash when calling twice procedure using FOR-loopOleksandr Byelkin2022-03-213-0/+120
* MDEV-28032 "git submodule update --depth 1" may fail with old GitSutou Kouhei2022-03-191-13/+22
* MDEV-28095 crash in multi-update and implicit groupingSergei Golubchik2022-03-173-0/+39
* Merge 10.2 to 10.3Daniel Black2022-03-164-34/+42
|\
| * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id (part 2)Daniel Black2022-03-162-25/+25
| * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread idDaniel Black2022-03-163-10/+18
* | Merge branch 10.2 into 10.3Alexander Barkov2022-03-167-0/+129
|\ \ | |/
| * MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-147-10/+202
| * MDEV-28036 gcol.gcol_supported_sql_funcs_xxx fail in FIPS modebb-10.2-elenstElena Stepanova2022-03-141-0/+3
* | Merge 10.2 (part) into 10.3Daniel Black2022-03-156-116/+46
|\ \ | |/
| * MDEV-28011: debian autobake cleanupDaniel Black2022-03-102-102/+13
| * MDEV-27978 fix wrong name in error when max_session_mem_used exceededHaidong Ji2022-03-085-3/+31
* | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-1410-47/+159
* | mtr: fix --source lines detectionSergei Golubchik2022-03-141-1/+1
* | MDEV-18304 sql_safe_updates does not work with OR clausesSergei Golubchik2022-03-124-7/+52
* | Avoid shutdown timeout in innodb.undo_truncateMarko Mäkelä2022-03-112-0/+4
* | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-109-1/+94
* | MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENTAndrei2022-03-105-5/+64
* | MDEV-28022: Debian stretch has zstd too oldDaniel Black2022-03-101-8/+8
* | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-0715-427/+249
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-047-13/+30
|\ \ | |/
| * MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-033-1/+17
| * MMDEV-27823 mariadb-install-db --group failsMonty2022-03-012-4/+6
| * federated.rpl failed if federatedx was not compiledMonty2022-03-011-0/+1
| * MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields()Marko Mäkelä2022-03-011-8/+6
* | 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-036-53/+90
* | 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.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
* | 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
* | 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