summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-1/+24
* Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+2
|\
| * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-2/+2
| |\
| | * Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYSergei Golubchik2021-04-271-2/+2
* | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-251-2/+28
|\ \ \ | |/ /
| * | This commit adds the same call of st_select_lex::set_unique_exclude() thatIgor Babaev2021-04-241-0/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2021-04-241-1/+18
| |\ \ | | |/
| | * MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-231-0/+17
| | * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-04-131-1/+2
| |\ \ | | |/
| | * MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182Oleksandr Byelkin2021-04-121-1/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-081-7/+4
|\ \ \ | |/ /
| * | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-031-6/+6
* | | Merge branch '10.3' into 10.4Daniel Black2021-02-251-1/+1
|\ \ \ | |/ /
| * | MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-241-0/+1
* | | Merge branch '10.3' into 10.4Sergei Golubchik2021-02-231-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-1/+1
| |\ \ | | |/
| | * MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...Sujatha2021-02-031-1/+1
* | | MDEV-18842: Unfortunate error message when the same column is used for applic...Nayuta Yanagisawa2020-11-041-0/+6
* | | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-311-1/+13
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-0/+5
|\ \ \ | |/ /
| * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-0/+5
* | | fix obvious bugs hidden by current_select assigned to builtin selectOleksandr Byelkin2020-07-281-1/+1
* | | MDEV-21998: Server crashes in st_select_lex::add_table_to_list upon mix of KI...Oleksandr Byelkin2020-07-281-2/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-151-4/+9
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-4/+9
| |\ \ | | |/
| | * MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-131-4/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-271-22/+0
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-22/+0
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-12-231-22/+0
| | |\
| | | * MDEV-21341: Fix optimizer-related UBSAN failures, part #2Sergei Petrunia2019-12-181-22/+0
* | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+11
|\ \ \ \ | |/ / /
| * | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
| * | | Fixes for binary logging --read-only modeMonty2019-10-201-0/+8
| * | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+2
* | | | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-21/+27
* | | | MDEV-20634 Report disallowed subquery errors as such (instead of parse error)Alexander Barkov2019-09-201-7/+5
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-23/+13
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-10/+15
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-10/+15
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-10/+15
| | | |\
| | | | * Bug #29419820: MEMORY LEAK IN MY_YYOVERFLOW()Gleb Shchepa2019-07-241-8/+11
| | | | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-2/+4
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-0/+32
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-0/+32
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic'Sujatha2019-05-201-0/+32
* | | | | MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-211-0/+1
* | | | | MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-211-0/+1