summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13197 Parser refactoring for CREATE VIEW,TRIGGER,SP,UDF,EVENTAlexander Barkov2017-07-011-11/+42
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-271-1/+1
|\
| * Fixed the bug mdev-12845.Igor Babaev2017-06-221-1/+1
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-191-0/+1
|\ \ | |/
| * Fixed the bug mdev-13064.Igor Babaev2017-06-161-0/+1
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-0/+5
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+5
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+5
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-0/+5
| | | |\
| | | | * Fixed the bug mdev-7599.Igor Babaev2017-05-151-0/+5
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+3
| | |\ \ \ | | | |/ /
| | | * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+3
* | | | | MDEV-12775 Reuse data type aggregation code for hybrid functions and UNIONAlexander Barkov2017-05-151-3/+8
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-0/+6
* | | | | Moving a part of st_select_lex_unit::prepare() into a new method prepare_join()Alexander Barkov2017-04-261-0/+3
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-106/+110
* | | | | MDEV-12533 sql_mode=ORACLE: Add support for database qualified sequence names...Alexander Barkov2017-04-201-0/+29
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+4
* | | | | Cleanup for MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-051-2/+2
* | | | | MDEV-12314 Implicit cursor FOR LOOP for cursors with parametersAlexander Barkov2017-04-051-1/+3
* | | | | MDEV-10598 Variable declarations can go after cursor declarationsAlexander Barkov2017-04-051-1/+2
* | | | | MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-051-2/+82
* | | | | MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-1/+8
* | | | | MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-6/+9
* | | | | MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optionalAlexander Barkov2017-04-051-0/+2
* | | | | MDEV-10697 GOTO statementhalfspawn2017-04-051-0/+2
* | | | | MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-2/+128
* | | | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-1/+4
* | | | | MDEV-10597 Cursors with parametersAlexander Barkov2017-04-051-4/+95
* | | | | MDEV-10578 sql_mode=ORACLE: SP control functions SQLCODE, SQLERRMAlexander Barkov2017-04-051-0/+15
* | | | | A fix for MDEV-10411 Providing compatibility for basic PL/SQL constructs (Par...Alexander Barkov2017-04-051-0/+1
* | | | | MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptionsAlexander Barkov2017-04-051-0/+3
* | | | | MDEV-10801 sql_mode: dynamic SQL placeholdersAlexander Barkov2017-04-051-0/+5
* | | | | MDEV-10579 sql_mode=ORACLE: Triggers: Understand :NEW.c1 and :OLD.c1 instead ...Alexander Barkov2017-04-051-0/+5
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+6
* | | | | MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-051-0/+14
* | | | | Changing a LEX::sp_variable_declarations_finalize() parameterAlexander Barkov2017-04-051-1/+1
* | | | | Refactoring for MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-051-0/+2
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-4/+5
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+3
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+6
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+4
* | | | | Optimization for MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-1/+2
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+5
* | | | | Reusing code: Adding LEX::make_sp_head() and LEX::make_sp_head_no_recursive()Alexander Barkov2017-04-051-0/+21
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+8
* | | | | Adding Lex_spblock_st::init() and Lex_spblock_st::join().Alexander Barkov2017-04-051-1/+17
* | | | | sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411.Alexander Barkov2017-04-051-0/+16
* | | | | Moving the code from *.yy to new methods to LEX and sp_contextAlexander Barkov2017-04-051-0/+8
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+7