summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27649 PS conflict handling causing node crashsjaakola2022-03-184-2/+30
* Merge 10.3 to 10.4Daniel Black2022-03-1612-55/+194
|\
| * Merge 10.2 to 10.3Daniel Black2022-03-162-32/+34
| |\
| | * 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-161-8/+10
| * | Merge branch 10.2 into 10.3Alexander Barkov2022-03-162-0/+56
| |\ \ | | |/
| | * MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-143-10/+132
| * | Merge 10.2 (part) into 10.3Daniel Black2022-03-152-2/+7
| |\ \ | | |/
| | * MDEV-27978 fix wrong name in error when max_session_mem_used exceededHaidong Ji2022-03-082-2/+7
| * | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-146-20/+109
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-152-4/+6
|\ \ \ | |/ /
| * | MDEV-18304 sql_safe_updates does not work with OR clausesSergei Golubchik2022-03-122-4/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-114-2/+29
|\ \ \ | |/ /
| * | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-104-1/+27
| * | MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENTAndrei2022-03-101-1/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-071-8/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-8/+6
| |\ \ | | |/
| | * MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields()Marko Mäkelä2022-03-011-8/+6
* | | MDEV-27962 Instant DDL downgrades the MDL when table is emptyThirunarayanan Balathandayuthapani2022-03-011-5/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-252-11/+10
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-252-7/+6
| |\ \ | | |/
| | * MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-211-1/+3
| | * MDEV-22377: Subquery in an UPDATE query uses full scan instead of rangeSergei Petrunia2022-02-211-6/+3
* | | 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.3 into 10.4Vlad Lesin2022-02-211-4/+6
|\ \ \ | |/ /
| * | MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-181-4/+6
* | | Removed dead code.Alexey Yurchenko2022-02-172-22/+0
* | | Merge branch '10.3' into 10.4mariadb-10.4.24Sergei Golubchik2022-02-106-15/+22
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.34Sergei Golubchik2022-02-106-11/+22
| |\ \ | | |/
| | * MDEV-25636: Bug report: abortion in sql/sql_parse.cc:6294mariadb-10.2.43bb-10.2-compatibilitySergei Petrunia2022-02-101-1/+15
| | * MDEV-26351 segfault - (MARIA_HA *) 0x0 in ha_maria::extraSergei Golubchik2022-02-101-1/+1
| | * MDEV-25766 Unused CTE lead to a crash in find_field_in_tables/find_order_in_listOleksandr Byelkin2022-02-101-3/+4
| | * MDEV-17785: Window functions not working in ONLY_FULL_GROUP_BY modeSergei Petrunia2022-02-072-3/+3
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-3039-275/+441
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-2933-200/+284
| |\ \ | | |/
| | * Fixed compilation error if HAVE_CRYPT is not definedMonty2022-01-271-1/+2
| | * MDEV-27536 invalid BINLOG_BASE64_EVENT and assertion Diagnostics_area:: !is_s...Andrei2022-01-271-1/+2
| | * MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-254-9/+21
| | * MDEV-21308 : WSREP: binlog ... cache not empty warnings on server with WSREP ...bb-10.2-MDEV-21308Jan Lindström2022-01-221-1/+1
| | * MDEV-20516: Assertion `!lex->proc_list.first && !lex->result && !lex->param_l...bb-10.2-MDEV-20516-1Dmitry Shulga2022-01-221-2/+12
| | * Bug#31374305 - FORMAT() NOT DISPLAYING WHOLE NUMBER SIDE CORRECTLY FOR ES_MX ...Maheedhar PV2022-01-211-37/+37
| | * test cases for MySQL bugsSergei Golubchik2022-01-211-1/+1
| | * Improve --help and remove not-free warnings for mysql_tzinfo_to_sqlMonty2022-01-201-9/+29
| | * MDEV-24827: Follow-up patch to fix compilation warningDmitry Shulga2022-01-201-0/+6
| | * MDEV-27544 database() function should return 64 charactersDaniel Black2022-01-201-1/+1
| | * MDEV-24827: MariaDB 10.5.5 crash (sig 11) during a SELECTDmitry Shulga2022-01-191-2/+2
| | * MDEV-18284: JSON casting using JSON_COMPACT doesn't always work with values f...Anel Husakovic2022-01-191-0/+1
| | * MDEV-26129 Bad results with join comparing case insensitive VARCHAR/ENUM/SET ...bb-10.2-MDEV-26129Alexander Barkov2022-01-182-3/+14
| | * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-174-2/+2