summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-2/+260
* | | Main patch for mdev-9864Galina Shalygina2016-05-091-4/+13
* | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-24/+314
| |/ |/|
* | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-17/+115
|\ \
| * | Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-1/+0
| * | Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-211-1/+1
| * | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-17/+116
* | | [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2016-03-081-8/+9
* | | [MDEV-7978] Added show create user implementation.Vicențiu Ciorbaru2016-03-081-1/+1
* | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2016-03-081-0/+12
* | | [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2016-03-081-1/+2
* | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2016-03-081-18/+39
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-11/+12
|\ \ \
| * \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-9/+9
| |\ \ \
| | * \ \ Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-9/+9
| | |\ \ \
| | | * | | MDEV-9462: Out of memory using explain on 2 empty tablesOleksandr Byelkin2016-02-061-9/+9
| * | | | | disable SHOW I_S_table for built-in I_S tablesSergei Golubchik2016-02-231-2/+3
* | | | | | Merge branch '10.1' into 10.2Monty2016-02-061-76/+131
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch '10.0' into 10.1Monty2016-02-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-6421 SQL_ERROR_LOG doesn't log comments in Events.Alexey Botchkov2016-01-261-1/+1
| * | | | MDEV-8615: Assertion `m_cpp_buf <= begin_ptr && begin_ptr <= m_cpp_buf + m_bu...Oleksandr Byelkin2016-01-271-57/+119
| * | | | cleanup: LEX_USER::pwtext and LEX_USER::pwhashSergei Golubchik2016-01-251-7/+8
| * | | | cleanup: create LEX_USER::reset_auth()Sergei Golubchik2016-01-251-12/+4