summaryrefslogtreecommitdiff
path: root/sql/sql_cte.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed the bug mdev-12440.Igor Babaev2017-04-061-0/+1
* Fixed bug mdev-12360.Igor Babaev2017-03-261-0/+2
* Fixed bug mdev-12185.Igor Babaev2017-03-071-1/+1
* MDEV-7635: Renamed standards_compliant_cte to standard_compliant_cteNirbhay Choubey2017-02-101-3/+3
* Fixed bug mdev-11818.Igor Babaev2017-01-181-0/+6
* Fixed bug mdev-11278.Igor Babaev2016-11-131-11/+0
* Fixed bug mdev-10923.Igor Babaev2016-09-301-4/+9
* Fixed bug mdev-10889Igor Babaev2016-09-261-2/+2
* Fixed bug mdev-10736 that caused crashes.Igor Babaev2016-09-061-0/+3
* mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-0/+32
* mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-137/+436
* Fixed the following problem:Igor Babaev2016-07-261-0/+18
* Added a proper check for acceptable mutually recursive CTE.Igor Babaev2016-06-301-33/+40
* Simplified the code that fills recursive tables.Igor Babaev2016-06-251-13/+23
* Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-62/+110
* Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-19/+34
* Fixed a bug that caused crashes for SHOW CREATE VIEW <view> when <view> was r...Galina Shalygina2016-05-141-2/+6
* Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-4/+16
* Main patch for mdev-9864Galina Shalygina2016-05-091-23/+281
* Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-1/+4
* Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-15/+19
* Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-211-6/+8
* MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+595