summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25994: Crash with union of my_decimal type in ORDER BY clauseSergei Petrunia2022-04-221-4/+11
* MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concur...Alexander Barkov2022-04-214-11/+91
* MDEV-21028 Server crashes in Query_arena::set_query_arena upon SELECT from viewSergei Golubchik2022-04-201-1/+2
* vcols: cannot use CONTEXT_ANALYSIS_ONLY_VCOL_EXPR on fix_fieldsSergei Golubchik2022-04-192-1/+8
* MDEV-26423 MariaDB server crash in Create_tmp_table::finalizeOleksandr Byelkin2022-04-151-1/+0
* MDEV-25638 Assertion `!result' failed in convert_const_to_intSergei Golubchik2022-04-151-0/+1
* MDEV-26281 ASAN use-after-poison when complex conversion is involved in blobSergei Golubchik2022-04-143-22/+7
* cleanup: remove Item_default_value::cached_fieldSergei Golubchik2022-04-142-10/+6
* MDEV-26061 MariaDB server crash at Field::set_defaultSergei Golubchik2022-04-142-0/+7
* MDEV-26323 use-after-poison issue of MariaDB serverAlexander Barkov2022-04-141-1/+2
* MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-111-8/+12
* MDEV-27065 Partitioning tables with custom data directories moves data back t...Nayuta Yanagisawa2022-04-081-1/+21
* Better comments in Item_in_subselect::inject_in_to_exists_cond()Sergei Petrunia2022-04-071-1/+6
* MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-062-2/+3
* MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-061-7/+7
* Cleanup: Remove some unused functionsMarko Mäkelä2022-03-303-278/+3
* MDEV-19631: Assertion `0' failed in st_select_lex_unit::optimize or different...Dmitry Shulga2022-03-301-0/+6
* MDEV-24667 LOAD DATA INFILE on temporary table not written to slave binlogSachin Kumar2022-03-252-3/+3
* Update contributorsIan Gilfillan2022-03-231-0/+2
* MDEV-28078 Garbage on multiple equal ENUMs with tricky character setsAlexander Barkov2022-03-172-3/+28
* Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-172-23/+24
* 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
* MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-143-10/+132
* MDEV-27978 fix wrong name in error when max_session_mem_used exceededHaidong Ji2022-03-082-2/+7
* MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields()Marko Mäkelä2022-03-011-8/+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
* 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
* 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
* MDEV-4621 select returns null for information_schema.statistics.collation fieldSergei Golubchik2022-01-141-1/+1
* MDEV-21252 ER_HOST_IS_BLOCKED returns packet sequence 1 instead of 0Vladislav Vaintroub2022-01-111-2/+6
* MDEV-25201 : Assertion `thd->wsrep_trx_meta.gtid.seqno == (-1)' failed in int...bb-10.2-galera-janJan Lindström2022-01-111-0/+1
* MDEV-25549 : Assertion `*new_engine' failed in bool check_engine(THD*, const ...Jan Lindström2022-01-111-7/+16