summaryrefslogtreecommitdiff
path: root/sql/sql_cte.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+2
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-201-1/+2
| |\
| | * Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-141-1/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-7/+15
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-091-7/+15
| |\ \ | | |/
| | * Fixed bugs: mdev-13780 CTE not found, mdev-14184 recursive CTE not foundIgor Babaev2017-11-051-7/+15
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-1/+9
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-1/+9
| |\ \ | | |/
| | * Fixed the bug mdev-13796.Igor Babaev2017-10-111-1/+9
* | | Optimize LEX_STRING comparisonsMichael Widenius2017-08-241-2/+2
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+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-1/+71
|\ \ | |/
| * Fixed the bug mdev-12563.Igor Babaev2017-04-281-1/+59
| * Fixed the bug mdev-12558.Igor Babaev2017-04-251-0/+11
| * Fixed the bug mdev-12519.Igor Babaev2017-04-211-0/+1
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-5/+4
|/
* 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