summaryrefslogtreecommitdiff
path: root/sql/sql_cte.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-5/+0
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-5/+0
| |\
| | * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-231-5/+0
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-3/+17
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-3/+17
| |\ \ | | |/
| | * MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-281-3/+17
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-0/+2
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-0/+2
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2021-07-221-0/+2
| | |\
| | | * MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-211-0/+2
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-10/+74
| | |\ \ | | | |/
| | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-10/+74
| * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-10/+75
* | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-10/+75
* | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-4/+7
* | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-2/+2
|/ / /
* | | MDEV-19996 Bison grammar: turn singe-character operators into <kwd>Alexander Barkov2019-07-091-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-3/+16
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+16
| |\ \ | | |/
| | * MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-1/+7
| | * MDEV-17024 Crash on large queryIgor Babaev2018-09-071-2/+9
* | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-11/+15
|/ /
* | Fixed MDEV-14883 Usage of EXCEPT and INTERSECT in recursive CTEIgor Babaev2018-02-221-1/+3
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \
| * \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-091-1/+1
| |\ \ | | |/
| | * Corrected the patch for mdev-15119 that caused a failure forIgor Babaev2018-02-081-1/+1
* | | Added copyright message to some filesMichael Widenius2017-08-241-0/+16
|/ /
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-0/+21
|\ \ | |/
| * Fixed the bug mdev-12563.Igor Babaev2017-04-281-1/+19
| * Fixed the bug mdev-12519.Igor Babaev2017-04-211-0/+3
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-5/+5
* | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-1/+1
|/
* Fixed bug mdev-10883.Igor Babaev2016-09-241-0/+1
* Fixed a failure with --valgrind for cte_recursive.test.Igor Babaev2016-09-191-1/+0
* Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-1/+1
|\
| * Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
* | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-9/+3
* | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-42/+72
* | Removed the parameter from st_select_lex_unit::exec_recursive.Igor Babaev2016-08-101-0/+16
* | Fixed the following problem:Igor Babaev2016-07-261-16/+18
* | Simplified the code that fills recursive tables.Igor Babaev2016-06-251-79/+12
* | A commit to force buildbot working.Igor Babaev2016-06-071-0/+1
* | Fixed numerous problems for mutually recursive CTE.Igor Babaev2016-06-061-2/+121
* | Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-17/+42
* | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-4/+8
* | Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-9/+14
* | Main patch for mdev-9864Galina Shalygina2016-05-091-15/+124
|/
* Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-5/+3
* Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-211-1/+1
* MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+180