summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-2/+13
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-0/+9
| |\
| | * DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+9
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
| * | MDEV-8609 Server crashes in is_invalid_role_name on reloading ACL with a blan...Sergei Golubchik2015-10-221-2/+4
* | | remove obsolete workaroundSergei Golubchik2015-11-161-23/+0
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-0/+10
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-0/+12
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+12
| | |\
| | | * Merge branch 'mysql-5.1' into mysql-5.5Mithun C Y2015-08-171-0/+12
| | | |\
| | | | * Bug #21350175: SUBQUERIES IN PROCEDURE CLAUSE OF SELECT STATEMENT CAUSES SERV...Mithun C Y2015-08-171-0/+12
| | | * | Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-2/+6
| | | |\ \ | | | | |/
| | | | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-3/+7
* | | | | MDEV-8380: Subquery parse errorOleksandr Byelkin2015-10-061-72/+97
* | | | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-1/+3
* | | | | cleanup: correct usage of semicolons in sql_yacc.yySergei Golubchik2015-09-041-5/+6
* | | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-137/+163
* | | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-129/+146
* | | | | Stage 2 of MDEV-6152:Monty2015-08-211-73/+97
* | | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-222/+237
* | | | | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-1/+14
* | | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-90/+91
* | | | | MDEV-7792 - SQL Parsing Error - UNION AND ORDER BY WITH JOINSergey Vojtovich2015-06-291-1/+0
* | | | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-34/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-34/+28
| |\ \ \ \ | | |/ / /
| | * | | MDEV-7207 - ALTER VIEW does not change ALGORITMSergey Vojtovich2015-06-051-1/+1
| | * | | parser: better error messages for CHECK/REPAIR VIEWSergei Golubchik2015-06-031-33/+27
* | | | | simplify CREATE TEMPORARY TABLE parser ruleSergei Golubchik2015-06-271-18/+3
* | | | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-14/+14
* | | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-7/+50
|\ \ \ \ \ | |/ / / /
| * | | | perfschema 5.6.24Sergei Golubchik2015-05-051-0/+8
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-7/+42
| |\ \ \ \ | | |/ / /
| | * | | post-merge fixesSergei Golubchik2015-04-291-10/+4
| | * | | Merge branch 'openquery/MDEV-6916-maria-5.5-check_view-r4408' into 5.5Sergei Golubchik2015-04-281-2/+34
| | |\ \ \
| | | * | | Allow REPAIR NO_WRITE_TO_BINLOG as per serg's reviewDaniel Black2015-04-131-5/+0
| | | * | | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-2/+39
| | * | | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-2/+9
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Bug #19892803: ASSERTION FAILED: N < M_SIZE WITH DISTINCT TIMEMithun C Y2015-01-301-1/+8
| | | * | 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
| | | * | Bug#17075846 - UNQUOTED FILE NAMES FOR VARIABLE VALUES ARENeeraj Bisht2014-02-121-1/+8
| | | * | Bug#16753869:INCORRECT TRUNCATION OF LONG SET EXPRESSION INSujatha Sivakumar2013-06-241-3/+10
| | | * | 4371 Maitrayi Sabaratnam 2013-05-23Maitrayi Sabaratnam2013-05-241-2/+2
| | | * | Merge from 5.1 to 5.5Chaithra Gopalareddy2013-04-141-9/+19
| | | |\ \ | | | | |/
| | | | * Bug#16347426:ASSERTION FAILED: (SELECT_INSERT &&Chaithra Gopalareddy2013-04-141-10/+20
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Bug#16359402 CRASH WITH AGGREGATES: ASSERTION FAILED: N < M_SIZETor Didriksen2013-03-191-2/+7
| | | * | Bug #16076289 : BACKPORT FIX FOR BUG #14786792 TO 5.5Neeraj Bisht2013-03-181-5/+44
| | | * | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-3/+22
| | | |\ \ | | | | |/
| | | * | Bug#14466617 - INVALID WRITES AND/OR CRASH WITH USERPraveenkumar Hulakund2012-11-071-2/+2