summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-3/+36
|\
| * Merge ../10.1 into bb-10.1-explain-jsonSergei Petrunia2014-10-151-366/+320
| |\
| * \ Merge 10.1 (with ANALYZE) and 10.1-explain-jsonSergei Petrunia2014-08-091-3/+36
| |\ \
| | * | MDEV-6109: EXPLAIN JSON10.1-explain-jsonSergei Petrunia2014-05-271-3/+36
* | | | MDEV-5231: Per query variables from Percona Server (rewritten)Oleksandr Byelkin2014-11-111-5/+37
* | | | MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-031-4/+8
* | | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-97/+27
|\ \ \ \
| * \ \ \ Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-97/+27
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-5/+5
| | * | | MDEV-6688 Illegal mix of collation with bit string B'01100001'Alexander Barkov2014-09-031-66/+14
| | * | | Moving Item::str_value from public to protected.Alexander Barkov2014-09-031-24/+5
| | * | | MDEV-6661 PI() does not work well in UCS2/UTF16/UTF32 contextAlexander Barkov2014-09-011-2/+2
| | * | | 5.5.39 mergeSergei Golubchik2014-08-071-2/+3
| | |\ \ \
| | | * \ \ mysql-5.5.39 mergeSergei Golubchik2014-08-021-2/+3
| | | |\ \ \
| | | | * | | BUG#17665767 - FAILING ASSERTION: PRIMARY_KEY_NO == -1 || PRIMARY_KEY_NO == 0 Raghav Kapoor2014-06-251-1/+2
| | | | * | | Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD"Gleb Shchepa2014-06-231-11/+7
* | | | | | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-28/+72
|/ / / / / /
* | | | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-2/+0
* | | | | | SHOW and FLUSH for I_S tables.Sergei Golubchik2014-10-111-63/+60
* | | | | | cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tablesSergei Golubchik2014-10-101-2/+2
* | | | | | MDEV-6609 SQL inside an anonymous block is executed with wrong SQL_MODESergei Golubchik2014-10-101-0/+1
* | | | | | MDEV-6603 SBR failure upon executing a prepared statement with input placehol...Sergei Golubchik2014-10-101-1/+3
* | | | | | MDEV-5317 Compound statement / anonymous blocksSergei Golubchik2014-10-101-19/+64
* | | | | | MDEV-5317 out parameters in PREPARE "SELECT ... INTO"Sergei Golubchik2014-10-101-0/+4
* | | | | | cleanup: get rid of (Item_splocal*)item downcastSergei Golubchik2014-10-101-2/+2
* | | | | | cleanup sql_yacc.yy: remove redundant ev_sql_stmt_inner ruleSergei Golubchik2014-10-101-17/+1
* | | | | | cleanup sql_yacc.yy: rules for the CASE ... END CASE statementSergei Golubchik2014-10-101-112/+71
* | | | | | cleanup sql_yacc.yy: s/IF/IF_SYM/Sergei Golubchik2014-10-101-6/+6
* | | | | | cleanup sql_yacc.yy: reduce code duplication in rules for BEGIN...END with an...Sergei Golubchik2014-10-101-29/+25
* | | | | | cleanup sql_yacc.yy: factor out duplicate code in PROCEDURE/FUNCTION/TRIGGER/...Sergei Golubchik2014-10-101-59/+34
* | | | | | cleanup sql_yacc.yy: rename rules for loops with and without label to follow ...Sergei Golubchik2014-10-101-7/+7
* | | | | | cleanup sql_yacc.yy: remove duplicate code in opt_union ruleSergei Golubchik2014-10-101-10/+5
* | | | | | cleanup sql_yacc: introduce opt_not rule, combine otherwise duplicate rulesSergei Golubchik2014-10-101-12/+10
* | | | | | cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/Sergei Golubchik2014-10-101-1/+1
* | | | | | cleanup: param_marker rule in the parserSergei Golubchik2014-10-101-2/+5
* | | | | | cleanup: class my_varSergei Golubchik2014-10-101-28/+18
* | | | | | cleanup: use null_lex_str where appropriateSergei Golubchik2014-10-101-7/+4
* | | | | | MDEV 4427: query timeoutsMonty2014-10-071-0/+8
* | | | | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-4/+0
* | | | | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-3/+9
| |_|_|/ / |/| | | |
* | | | | Added default role implementationVicentiu Ciorbaru2014-07-231-0/+30
* | | | | Merge bb-10.1-explain-analyze into 10.1Sergei Petrunia2014-06-251-1/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Re-commit in git:Sergei Petrunia2014-05-271-1/+10
| |/ / /
* | | | MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-3/+4
* | | | fix bison warnings (clash <NONE> != <>)Sergei Golubchik2014-06-141-4/+4
|/ / /
* | | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-3/+3
* | | 5.5 mergeSergei Golubchik2014-05-091-2/+9
|\ \ \ | |/ /
| * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-271-2/+9
| |\ \ | | |/
| | * Bug#17075846 - UNQUOTED FILE NAMES FOR VARIABLE VALUES ARENeeraj Bisht2014-02-121-1/+8
* | | MDEV-5736 remove what remains from ONE_SHOT hackSergei Golubchik2014-05-011-2/+0