summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8348: Add catchall to all table partitioning for list partitionsOleksandr Byelkin2016-09-071-0/+21
* MDEV-8909 union parser cleanupAlexander Barkov2016-09-071-51/+6
* MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-1/+6
* MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-0/+2
* Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-926/+592
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-764/+348
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-53/+50
| | |\
| | | * Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-49/+46
| | | |\
| | | | * MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-141-40/+37
| | * | | MDEV-9949 Connect Engine: long SRCDEF leads to broken tableSergei Golubchik2016-05-051-0/+12
| | * | | small parser cleanupSergei Golubchik2016-05-051-753/+303
| * | | | revert second lookahead in the lexerSergei Golubchik2016-06-301-15/+1
| * | | | various cleanupsSergei Golubchik2016-06-301-16/+9
| * | | | fix grammar for "DEFAULT (SELECT 1)" not be a syntax errorSergei Golubchik2016-06-301-27/+29
| * | | | Adding a comment why we need column_default_non_parenthesized_exprAlexander Barkov2016-06-301-0/+28
| * | | | Use default character set for expressionsMichael Widenius2016-06-301-67/+102
| * | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-50/+111
| * | | | parse negative numbers into one itemSergei Golubchik2016-06-301-1/+1
| * | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-7/+7
| * | | | MDEV-10101 Wrong error message of SELECT 1 UNION (SELECT 1 FROM t1 GROUP BY 1...Alexander Barkov2016-06-011-7/+0
| * | | | MDEV-10124 Incorrect usage of CUBE/ROLLUP and ORDER BY with GROUP_CONCAT(a OR...Alexander Barkov2016-06-011-14/+1
| * | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-7/+0
| * | | | sql_yacc.yy: Removing union_opt.Alexander Barkov2016-05-251-10/+14
* | | | | Merge branch '10.2' into 10.2-mdev986410.2-test1234Galina Shalygina2016-05-251-232/+344
|\ \ \ \ \ | |/ / / /
| * | | | An sql_yacc.yy clean-upAlexander Barkov2016-05-241-9/+5
| * | | | MDEV-10109 Disallow syntactically INSERT .. SELECT .. {ORDER BY ..| LIMIT ..}...Alexander Barkov2016-05-241-25/+31
| * | | | MDEV-10103 Disallow syntactically UNION SELECT .. PROCEDURE ANALYSE()Alexander Barkov2016-05-241-12/+56
| * | | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-231-23/+66
| * | | | MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage...Alexander Barkov2016-05-231-20/+16
| * | | | MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal us...Alexander Barkov2016-05-211-21/+34
| * | | | sql_yacc.yy: Removing unnecessary init_nested_join() and end_nested_join()Alexander Barkov2016-05-211-15/+1
| * | | | A derived_query_specification clean-upAlexander Barkov2016-05-201-7/+6
| * | | | MDEV-10080 Derived tables allow double LIMIT clauseAlexander Barkov2016-05-201-7/+16
| * | | | This patch is a cleanup simplifying upcomingAlexander Barkov2016-05-191-20/+16
| * | | | MDEV-10079 sql_yacc.yy: Remove non-parenthesized SELECT from table_refAlexander Barkov2016-05-171-7/+9
| * | | | sql_yacc.yy: Adding a helper rule get_select_lex_derived,Alexander Barkov2016-05-171-11/+14
| * | | | MDEV-10078 sql_yacc.yy: Remove non-parenthesized SELECT from table_factorAlexander Barkov2016-05-171-23/+34
| * | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-05-161-10/+19
| |\ \ \ \
| | * | | | sql_yacc.yy cleanup, to simplify further changes for MDEV-8909.Alexander Barkov2016-05-161-10/+19
| * | | | | Fixed bug mdev-10058.Igor Babaev2016-05-161-15/+34
| |/ / / /
| * | | | sql_yacc.yy: adding a new rule union_head_non_top, to reuse some codeAlexander Barkov2016-05-131-15/+13
| * | | | sql_yacc.yy:Alexander Barkov2016-05-131-7/+4
| * | | | Renaming query_specification to query_term, to make the sql_yacc.yy grammarAlexander Barkov2016-05-101-5/+5
| * | | | MDEV-10036 sql_yacc.yy: Split select_part2 to disallow syntactically bad cons...Alexander Barkov2016-05-101-45/+30
| * | | | MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from crea...Alexander Barkov2016-05-061-23/+42
| * | | | Convert ntile to work with expressions as parameters.Vicențiu Ciorbaru2016-04-041-6/+1
| * | | | Implement ntile window function.Vicențiu Ciorbaru2016-04-041-0/+13
| * | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-128/+317
| |\ \ \ \
| * | | | | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+4
| * | | | | Fixed a problems in the parser.Igor Babaev2016-02-191-2/+3