summaryrefslogtreecommitdiff
path: root/sql/sql_yacc_ora.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16872 Add CAST(expr AS FLOAT)Alexander Barkov2019-05-161-0/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-16/+19
* MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-5/+15
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+2
* make compatible parser in sync with main oneOleksandr Byelkin2019-02-191-12/+29
* MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-131-5/+2
* MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value...Alexander Barkov2018-11-131-6/+43
* MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-121-18/+34
* MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-121-3/+4
* MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-121-1/+3
* MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-111-64/+41
* A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-101-28/+36
* MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-84/+131
* After-merge fixes to the Oracle compatibility parserMarko Mäkelä2018-11-081-2/+12
* MDEV-17359 Concatenation operator || in like expressionhalfspawn2018-10-181-2/+2
* MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM...Alexander Barkov2018-10-041-6/+20
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+15
* Correction for MDEV-16930.Igor Babaev2018-08-241-2/+2
* MDEV-16930 Crash when VALUES in derived table contains expressionsIgor Babaev2018-08-211-1/+41
* MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-201-6/+2
* MDEV-16464 Oracle Comp.: Sql-Error on "SELECT name, comment FROM mysql.proc"Alexander Barkov2018-06-131-1/+2
* MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-80/+141
* A cleanup for MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-221-3/+3
* A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980Alexander Barkov2018-05-211-3/+1
* Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicateAlexander Barkov2018-05-211-4/+7
* MDEV-15975 PL/SQL parser does not understand historical queriesAlexander Barkov2018-05-181-123/+524
* sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name...Alexander Barkov2018-05-181-5/+19
* MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-171-7/+32
* Cleanup: moving keyword comments such as SQL-2003-R from rules to %token comm...Alexander Barkov2018-05-171-15/+15
* MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode...Alexander Barkov2018-05-171-8/+12
* Token precedence cleanup in *.yyAlexander Barkov2018-05-161-3/+3
* MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-161-20/+43
* Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM"Alexander Barkov2018-05-151-6/+3
* MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-141-7/+19
* Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-38/+6
* Remove mem_alloc_error()Michael Widenius2018-05-071-13/+6
* Add likely/unlikely to speed up executionMonty2018-05-071-1238/+1326
* MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-061-4/+4
* Added version of lex_string_eq that compares with const char *Monty2018-04-301-4/+4
* MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-1041/+987
* Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-11/+11
* Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-44/+43
* Fixed alter online table for Aria tablesMonty2018-03-291-1/+4
* MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-291-45/+22
* MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-291-23/+7
* MDEV-15689 Fix Item_func_set_collation to pass the collation using CHARSET_IN...Alexander Barkov2018-03-271-8/+2
* MDEV-15316 Assertion `(thd->lex)->var_list.is_empty()' failed in MYSQLparseAlexander Barkov2018-03-271-1/+0
* MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-82/+49
* MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-21/+390
* MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2018-02-191-2/+19