summaryrefslogtreecommitdiff
path: root/sql/lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20122: Deprecate MASTER_USE_GTID=Current_Pos to favor new MASTER_DEMOTE_...Brandon Nesterenko2022-07-261-0/+1
* MDEV-26681: ROW_NUMBER is not available within compound statement blocksbb-10.7-MDEV-26606Rucha Deodhar2021-10-071-2/+0
* MDEV-26606: ROW_NUMBER property value isn't passed from inside a storedRucha Deodhar2021-10-061-0/+2
* MDEV-26611: ERROR_INDEX isn't intuitively clearRucha Deodhar2021-10-051-2/+2
* MDEV-10075: Provide index of error causing error in array INSERTSergei Golubchik2021-09-161-1/+1
* MDEV-10075: Provide index of error causing error in array INSERTRucha Deodhar2021-09-151-0/+1
* MDEV-26307 multi-source-replication support mysql syntax(for channel)Monty2021-09-141-0/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-07-021-2/+5
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-07-021-2/+5
| |\
| | * Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-2/+5
| | |\
| | | * Merge 10.2->10.3Sergei Petrunia2021-06-301-2/+5
| | | |\
| | | | * MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-291-2/+5
| | | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
| | | | |\
| | | | | * Code comment spellfixesIan Gilfillan2020-07-221-1/+1
* | | | | | MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-05-191-0/+1
* | | | | | MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-05-191-0/+1
* | | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-0/+1
* | | | | | MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-05-191-1/+1
* | | | | | MDEV-25138 JSON_TABLE: A space between JSON_TABLE and opening bracket causes ...Alexey Botchkov2021-04-211-1/+1
* | | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+5
* | | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-0/+2
* | | | | | MDEV-25075: Ignorable index makes the resulting CREATE TABLE invalidVarun Gupta2021-03-171-0/+1
|/ / / / /
* | | | | Added support for VISIBLE attribute for indexes in CREATE TABLEMonty2020-04-191-2/+6
* | | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-0/+1
* | | | | Added FLUSH THREADSMonty2020-03-241-0/+1
* | | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-0/+1
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-0/+2
* | | | | MDEV-20601: Make REPLICA a synonym for SLAVE in SQL statementsSujatha2020-02-041-0/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.Alexey Botchkov2019-10-141-0/+1
* | | | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-041-0/+1
* | | | | MDEV-19944 Remove GIS data types from keyword list in lex.hAlexander Barkov2019-07-041-8/+0
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | 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 '11.0' into 10.1Oleksandr Byelkin2018-09-061-3/+3
| | | |\ \
| | | | * | compilation failureSergei Golubchik2018-09-041-3/+3
* | | | | | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-0/+2
* | | | | | MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-211-0/+1
* | | | | | MDEV-13095 Implement User Account lockingRobert Bindar2019-02-141-0/+1
* | | | | | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-0/+1
|/ / / / /
* | | | | MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-121-5/+5
* | | | | MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-121-1/+1
* | | | | MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-121-1/+1
* | | | | A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-101-1/+1
* | | | | MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-12/+12