summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-1/+10
|\
| * MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-251-0/+6
| * MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-021-0/+2
| * MDEV-28603 Invalid view when its definition uses TVC as single-value subqueryIgor Babaev2023-02-271-1/+2
* | Merge 10.4 into 10.5Marko Mäkelä2023-02-101-15/+9
|\ \ | |/
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-15/+9
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-4/+3
| |\
* | \ Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-4/+3
|\ \ \
| * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-4/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-231-1/+0
| | * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-201-5/+3
* | | ADD CONSTRAINT IF NOT EXISTS didn't work in SPSergei Golubchik2023-01-171-1/+1
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-1/+1
| |\ \ | | |/
| | * MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-271-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-301-0/+6
|\ \ \ | |/ /
| * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-261-0/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-11/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-10/+1
| |\ \ | | |/
| | * table_count was present twice in one class of LEX.Oleksandr Byelkin2022-07-141-10/+1
| * | MDEV-22001: Server crashes in st_select_lex_unit::exclude_level upon executio...Dmitry Shulga2022-07-121-1/+0
* | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-7/+5
|\ \ \ | |/ /
| * | enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-151-7/+5
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-0/+40
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+23
| |\ \ | | |/
| | * MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-291-0/+22
| * | MDEV-28448 Assertion failure for SELECT with subquery using ON expressionIgor Babaev2022-04-301-1/+1
| * | MDEV-26412 Server crash in Item_field::fix_outer_field for INSERT SELECTIgor Babaev2022-04-271-0/+17
* | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-1/+10
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-0/+8
| |\ \ | | |/
| | * MDEV-19804 sql_mode=ORACLE: call procedure in packagesAlexander Barkov2022-03-251-0/+3
| | * MDEV-28166 sql_mode=ORACLE: fully qualified package function calls do not wor...Alexander Barkov2022-03-251-0/+5
* | | Merge 10.4 into 10.5Marko Mäkelä2022-03-111-0/+5
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-03-111-0/+5
| |\ \ | | |/
| | * MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-101-0/+5
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+1
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | |\
| | | * MDEV-25460: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-12-281-1/+1
| | | * MDEV-20411 Procedure containing CTE incorrectly stored in mysql.procIgor Babaev2021-06-251-2/+2
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-1/+25
| | |\ \ | | | |/
| | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-1/+26
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-14/+1
|\ \ \ \ | |/ / /
| * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-1/+24
* | | | followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-4/+4
* | | | MDEV-25726 get rid of cmake comment hack in sql_yacc.yySergei Golubchik2021-05-271-1/+1
* | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-1/+25
* | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-2/+2
|\ \ \ \ | |/ / /
| * | | 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
| | |\ \ | | | |/