summaryrefslogtreecommitdiff
path: root/sql/sql_cte.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
| | | | Fixed ccfilter to detect errors where the column is included in the error message
* Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-5/+3
| | | | | | | | of mdev-8789. Fixed a bug in TABLE_LIST::print. Fixed another bug for the case when the definition of a WITH table contained column list while the join in the main query used two instances of this table.
* 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
Initial implementation