summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16864 Implement class Item_func_timestampAlexander Barkov2018-07-311-1/+1
* MDEV-16806 Add Type_handler::create_literal_item()Alexander Barkov2018-07-241-14/+12
* MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1164/+927
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-7/+3
|\
| * 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/+1
* | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-7/+0
|/
* Vers cleanupsAleksey Midenkov2018-06-031-2/+3
* MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-64/+181
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-4/+2
|\
| * MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-0/+1
| * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-0/+5
| |\
| | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-0/+5
| | |\
| | | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-031-0/+5
| | | |\
| | | | * MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-0/+5
* | | | | 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-190/+56
* | | | | sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name...Alexander Barkov2018-05-181-4/+2
* | | | | MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-171-10/+97
* | | | | 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-6/+6
* | | | | Token precedence cleanup in *.yyAlexander Barkov2018-05-161-3/+3
* | | | | MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-161-19/+42
* | | | | Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM"Alexander Barkov2018-05-151-6/+3
* | | | | MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-151-4/+8
* | | | | MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-141-7/+19
* | | | | versioning: use @@timestampSergei Golubchik2018-05-121-1/+1
* | | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-1/+1
* | | | | Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-38/+7
* | | | | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-101-6/+1
* | | | | Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-091-1/+1
* | | | | Remove mem_alloc_error()Michael Widenius2018-05-071-6/+8
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-1157/+1228
* | | | | 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-1026/+991
* | | | | MDEV-13695: INTERSECT precedence is not in line with Oracle even in SQL_MODE=...Oleksandr Byelkin2018-04-251-1/+2
* | | | | MDEV-15902 Assertion `n < m_size' failed, sql_array.h:64:Igor Babaev2018-04-191-1/+2
* | | | | MDEV-15378 Valid query causes invalid view definition due to syntax limitatio...Sergei Golubchik2018-04-101-5/+3
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-9/+1
* | | | | 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-52/+51
* | | | | Fixed alter online table for Aria tablesMonty2018-03-291-1/+5
* | | | | 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-63/+36
* | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-10/+40