summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+1
|\
| * MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-261-1/+1
* | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+7
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+7
| |\
| | * reduce code duplication a littlemariadb-5.5.54Sergei Golubchik2016-12-221-10/+2
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-1/+15
| | |\
| | | * Bug#24400628: DEBUG ASSETION KICKS IN WHEN LONG SUBPARTITION NAMEJon Olav Hauglid2016-08-241-1/+15
| | | * Bug #23295288: HANDLE_FATAL_SIGNAL (SIG=11) INArun Kuruvila2016-07-221-1/+6
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+2
* | | | 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
* | | | 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
* | | | 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.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
* | | | MDEV-8627: SHOW GRANTS does not work for a replicated roleVicențiu Ciorbaru2015-12-211-1/+1
* | | | 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