summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #244 from hholzgra/hartmut-MDEV-726Alexander Barkov2016-11-191-0/+1
|\
| * MDEV-726 - CREATE and ALTER SERVER need to lowercase host nameHartmut Holzgraefe2016-10-081-0/+1
* | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-3/+4
* | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-2/+2
* | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-0/+13
|\ \
| * | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-0/+13
* | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-4/+1
* | | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressionsAlexander Barkov2016-10-081-10/+10
* | | MDEV-10585 EXECUTE IMMEDIATE statementAlexander Barkov2016-10-081-0/+8
| |/ |/|
* | MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-081-6/+10
* | MDEV-6112 multiple triggers per tableMonty2016-10-051-5/+44
* | Fixed bug mdev-10933.Igor Babaev2016-09-301-2/+2
* | Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-241-2/+48
* | Implement first_value and last_value as window functionsVicențiu Ciorbaru2016-09-241-2/+32
* | Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864Igor Babaev2016-09-221-8/+18
* | 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