summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-1/+4
* MDEV-20734 Allow reserved keywords as user defined type namesAlexander Barkov2019-10-031-0/+6
* Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-241-21/+27
|\
| * MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-21/+27
* | Merge 10.4 into 10.5Marko Mäkelä2019-09-241-7/+5
|\ \ | |/
| * MDEV-20634 Report disallowed subquery errors as such (instead of parse error)Alexander Barkov2019-09-201-7/+5
* | MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operationsWayneXia2019-08-241-12/+28
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-23/+13
|\ \ | |/
| * 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
* | | | | | MDEV-19994 Add class Function_collectionAlexander Barkov2019-07-091-0/+3
* | | | | | MDEV-19639 + MDEV-19640 fix + preparatory changes for WL#4179Alexander Barkov2019-06-041-14/+37
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-291-0/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-3/+5
|/ / / / /
* | | | | 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
* | | | | Removing of dead code.mariadb-10.4.5Oleksandr Byelkin2019-05-201-2/+0
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-2/+2
| | | |\ \ | | | | |/
| | | | * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-2/+2
| * | | | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-0/+6
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-301-0/+1
* | | | | MDEV-19142 sql_mode=MSSQL: Bracket identifiersAlexander Barkov2019-04-151-1/+1
* | | | | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-041-0/+1
* | | | | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-041-5/+4
* | | | | Cleanup: removing unused type LEX_TYPE and #includeAlexander Barkov2019-04-011-9/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-22/+2
|\ \ \ \ \ | |/ / / /
| * | | | remove dead codeEugene Kosov2019-03-221-5/+0
| * | | | remove dead codeEugene Kosov2019-03-221-15/+1
* | | | | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-0/+1
* | | | | MDEV-18701: Wrong result from query that uses INTERSECT after UNION ALLOleksandr Byelkin2019-03-111-1/+1
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-10/+26
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-8/+24
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-1/+31
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-1/+31
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-1/+31
| | |\ \ \ | | | |/ /