summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+1
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+1
| |\
| | * MDEV-11533: Roles with trailing white spaces are not cleared correctlyVicențiu Ciorbaru2016-12-101-0/+1
* | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-3/+1
* | | cleanup: unpack_vcol_info_from_frmSergei Golubchik2016-12-121-2/+8
* | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* | | store/show vcols as item->print()Sergei Golubchik2016-12-121-34/+9
* | | cleanup: FOREIGN_KEY_INFOSergei Golubchik2016-12-121-10/+10
* | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-2/+1
* | | cleanup: parser: s/USER/USER_SYM/Sergei Golubchik2016-12-121-12/+12
* | | cleanup: Item_func_opt_neg::negate()Sergei Golubchik2016-12-121-4/+2
* | | don't convert WEEK(x) to WEEK(x, @@default_week_format)Sergei Golubchik2016-12-121-9/+1
* | | MDEV-11440 JSON has become a reserved word in MariaDB.Alexey Botchkov2016-12-061-2/+4
* | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-0/+6
* | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-271-1/+1
* | | 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