summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-23182: Server crashes in Item::fix_fields_if_needed / table_value_constr...bb-10.3-MDEV-23182Dmitry Shulga2021-12-161-2/+6
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-12-061-0/+7
|\ \ | |/
| * MDEV-26553 NOT IN subquery construct crashing 10.1 and upIgor Babaev2021-11-261-0/+6
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-296-37/+46
|\ \ | |/
| * 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
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-171-23/+34
|\ \ | |/
| * MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-161-23/+34
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-093-3/+15
|\ \ | |/
| * Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-094-23/+101
| |\
| * | 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
* | | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-0910-58/+143
|\ \ \
| * \ \ Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-054-29/+31
| |\ \ \ | | | |/ | | |/|
| | * | 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-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
| * | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-294-28/+109
| * | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-292-3/+3
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-10-281-2/+2
| |\ \ | | |/
| | * Fix message severity for "thread pool blocked" messages.Vladislav Vaintroub2021-10-281-2/+2
* | | MDEV-26928 Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit...Aleksey Midenkov2021-11-021-5/+5
* | | MDEV-25552 system versioned partitioned by LIMIT tables break CHECK TABLEAleksey Midenkov2021-11-021-5/+2
* | | MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-024-10/+24
* | | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-3/+25
|/ /
* | compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-282-2/+6
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-286-26/+30
|\ \ | |/
| * MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-271-1/+1
| * MDEV-26868: Session tracking flag in OK_PACKETDiego Dupin2021-10-261-11/+8
| * MDEV-23391 Crash/assertion CREATE OR REPLACE TABLE AS SELECT under LOCK TABLEVladislav Vaintroub2021-10-261-6/+8
| * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-261-6/+12
| * compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-251-1/+0
| * Fix comment10.2-tmpSergei Petrunia2021-10-221-1/+1