summaryrefslogtreecommitdiff
path: root/sql/sql_cte.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected the patch for mdev-15119 that caused a failure forIgor Babaev2018-02-081-1/+1
* Fixed the bug mdev-12563.Igor Babaev2017-04-281-1/+19
* Fixed the bug mdev-12519.Igor Babaev2017-04-211-0/+3
* 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