summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22602 Disable UPDATE CASCADE for SQL constraintsAleksey Midenkov2020-06-121-2/+1
* MDEV-20366 Server crashes in get_current_user upon SET PASSWORD via SPAlexander Barkov2020-05-301-0/+15
* MDEV-21889 IF EXISTS clause does not work for RENAME COLUMN and RENAME INDEXAleksey Midenkov2020-04-041-1/+1
* Added support for replication for S3Monty2020-03-241-2/+2
* cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-3/+3
* perfschema sp instrumentation related changesSergei Golubchik2020-03-101-1/+1
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+3
* Basic LEX::print function that supports UPDATEsSergei Petrunia2020-03-071-0/+1
* MDEV-16290 ALTER TABLE ... RENAME COLUMN syntaxAleksey Midenkov2020-03-031-1/+2
* MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-6/+6
* MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-5/+65
* Merge 10.4 into 10.5Marko Mäkelä2019-12-271-22/+0
|\
| * 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-20632: prerequisite:Oleksandr Byelkin2019-12-271-1/+0
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-11-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-1/+1
* | | | | MDEV-20729 Fix REFERENCES constraint in column definitionAleksey Midenkov2019-11-201-0/+9
* | | | | MDEV-21073 Collect different grammar rules into a single chunkAlexander Barkov2019-11-191-0/+7
* | | | | MDEV-21064 Add a new class sp_expr_lex and a new grammar rule expr_lexbb-anel-json-v2-alter_force-10.3Alexander Barkov2019-11-161-5/+37
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-1/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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-20985 Add LEX methods stmt_drop_{function|procedure}() and stmt_alter_{f...Alexander Barkov2019-11-051-0/+14
* | | | | MDEV-20924 Unify grammar rules: field_type_string and sp_param_field_type_stringAlexander Barkov2019-10-301-1/+3
* | | | | MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-7/+14
* | | | | cleanup st_select_lex_unit::explainableSergei Golubchik2019-10-141-9/+13
* | | | | cleanup: formattingSergei Golubchik2019-10-141-2/+2
* | | | | MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-1/+0
* | | | | 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
|\ \ \ \ \ \ | |/ / / / /