summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-25856 : SIGSEGV in ha_myisammrg::append_create_infoJan Lindström2022-01-111-13/+12
* MDEV-25472 : Server crashes when wsrep_cluster_address set to unkown address ...Jan Lindström2022-01-111-2/+1
* MDEV-20325: Assertion `outer_context || !*from_field || *from_field == not_fo...bb-10.2-MDEV-20325Dmitry Shulga2022-01-112-3/+23
* MDEV-25631 Crash executing query with VIEW, aggregate and subqueryIgor Babaev2022-01-101-0/+5
* MDEV-25086 Stored Procedure Crashes ServerIgor Babaev2022-01-101-1/+2
* Revert "MDEV-24454 Crash at change_item_tree"Igor Babaev2022-01-106-80/+39
* MDEV-16091: Seconds_Behind_Master spikes to millions of secondsbb-10.2-MDEV-16091Brandon Nesterenko2022-01-042-0/+10
* MDEV-26698: Incorrect row number upon INSERT .. SELECT from the samebb-10.2-MDEV-26698Rucha Deodhar2022-01-031-7/+12
* MDEV-21639 DEFAULT(col) evaluates to a bad value in WHERE clausebb-10.2-bar-MDEV-21639Alexander Barkov2021-12-292-0/+52
* MDEV-25460: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-12-283-5/+6
* MDEV-27262 Unexpected index intersection with full index scan for an indexIgor Babaev2021-12-231-1/+18
* MDEV-21866: Assertion `!result' failed in convert_const_to_int upon 2nd execu...bb-10.2-MDEV-21866Dmitry Shulga2021-12-161-1/+2
* MDEV-27270: Wrong query plan with Range Checked for Each Record and ORDER BY ...bb-10.2-mdev2720Sergei Petrunia2021-12-151-0/+8
* don't use buffered_option_error_reporter without perfschemaSergei Golubchik2021-12-101-3/+5
* MDEV-19129: Fixed configure for Xcode, CMake generateSergei Krivonos2021-12-071-0/+1
* Don't beep in mysql_upgrade_service.exeVladislav Vaintroub2021-12-071-2/+2
* MDEV-26553 NOT IN subquery construct crashing 10.1 and upIgor Babaev2021-11-261-0/+6
* MDEV-26755 innodb.undo_truncate: ilink::assert_linked(): Assertion `prev != 0...Sergei Golubchik2021-11-261-2/+0
* MDEV-27066: Fixed scientific notation parsing bugMarc Olivier Bergeron2021-11-241-2/+1
* MDEV-26470 "No database" selected when using CTE in a subquery of DELETE stat...Igor Babaev2021-11-201-0/+4
* MDEV-27086 "No database selected" when using UNION of CTEs to define tableIgor Babaev2021-11-201-4/+4
* MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong re...bb-10.2-barAlexander Barkov2021-11-202-2/+24
* MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong re...Alexander Barkov2021-11-201-1/+1
* MDEV-27075 mysql_upgrade_service.exe - using uninitialized memory 'defaults_f...Vladislav Vaintroub2021-11-181-19/+0
* MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-161-23/+34
* Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-094-23/+101
|\
| * MDEV-26833 Missed statement rollback in case transaction drops or create temp...mariadb-10.2.41Andrei Elkin2021-11-054-30/+32
| * MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
| * MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-011-2/+2
| * MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-294-25/+99
| * MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-0/+2
* | MDEV-25610 Assertion `escape != -1' failed in Item_func_like::val_intbb-10.2-bar-MDEV-25610Alexander Barkov2021-11-082-2/+15
* | MDEV-26949 --debug-gdb installs redundant signal handlersMarko Mäkelä2021-11-011-1/+0
* | MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-284-30/+32
|/
* Fix message severity for "thread pool blocked" messages.Vladislav Vaintroub2021-10-281-2/+2
* MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-271-1/+1