summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-20770 Server crashes in JOIN::transform_in_predicates_into_in_subq upon ...Alexey Botchkov2022-01-261-19/+24
* | MDEV-27510 Query returns wrong result when using split optimizationIgor Babaev2022-01-253-27/+56
* | MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECTAlexander Barkov2022-01-251-3/+10
* | MDEV-26249: Crash in Explain_node::print_explain_for_children with slow query...bb-10.3-mdev26249-v2Sergei Petrunia2022-01-191-0/+8
* | MDEV-27132 Wrong result from query when using split optimizationIgor Babaev2022-01-171-1/+1
* | MDEV-27217 typo fixAleksey Midenkov2022-01-151-0/+1
* | MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of syste...Aleksey Midenkov2022-01-132-4/+12
* | MDEV-26778 row_start is not updated in current row for InnoDBAleksey Midenkov2022-01-132-4/+11
* | MDEV-27217 ha_partition::start_stmt() ignored error fixAleksey Midenkov2022-01-131-2/+1
* | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-136-11/+24
* | MDEV-26337: subquery with groupby and ROLLUP returns incorrect results on LEF...bb-10.3-mdev26337-v2Sergei Petrunia2022-01-131-1/+4
* | MDEV-27365 CREATE-or-REPLACE SEQUENCE is binlogged without DDL flagAndrei2022-01-031-3/+8
* | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-234-6/+21
|\ \ | |/
| * 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-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_f...bb-10.3-bar-MDEV-27195Alexander Barkov2021-12-221-2/+1
* | MDEV-27244 Table corruption upon adding serial data typeAleksey Midenkov2021-12-162-0/+2