summaryrefslogtreecommitdiff
path: root/mysql-test/r/cte_recursive.result
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug mdev-12375.Igor Babaev2017-03-271-0/+61
* Fixed bug mdev-12368.Igor Babaev2017-03-261-0/+35
* Fixed bug mdev-12360.Igor Babaev2017-03-261-0/+45
* Fixed bug mdev-12185.Igor Babaev2017-03-071-1/+1
* MDEV-7635: Renamed standards_compliant_cte to standard_compliant_cteNirbhay Choubey2017-02-101-5/+5
* Fixed bug mdev-10773.Igor Babaev2017-01-281-0/+65
* NOT FIXED: MDEV-10773: ANALYZE FORMAT=JSON query_with_CTE crashesSergei Petrunia2017-01-181-65/+0
* MDEV-10773: ANALYZE FORMAT=JSON query_with_CTE crashesSergei Petrunia2017-01-181-0/+65
* Fixed bug mdev-11674.Igor Babaev2017-01-041-0/+16
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-12/+12
* Made the result output deterministic.Igor Babaev2016-11-151-1/+1
* Added the test case from mdev-11259.Igor Babaev2016-11-131-0/+465
* Fixed bug mdev-11278.Igor Babaev2016-11-131-0/+26
* Fixed bug mdev-10933.Igor Babaev2016-09-301-0/+30
* Fixed the bug number in the comment of the test case for mdev-10899.Igor Babaev2016-09-301-1/+1
* Fixed bug mdev-10889Igor Babaev2016-09-261-0/+37
* Adjusted test results.Igor Babaev2016-09-251-1/+1
* Fixed bug mdev-10881Igor Babaev2016-09-241-0/+60
* Fixed bug mdev-10883.Igor Babaev2016-09-241-0/+29
* Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864Igor Babaev2016-09-221-0/+48
* Another attempt to fix bug mdev-10736.Igor Babaev2016-09-091-0/+9
* For some unclear reasons the test case for bug mdev-10736Igor Babaev2016-09-061-9/+0
* Fixed bug mdev-10736 that caused crashes.Igor Babaev2016-09-061-0/+9
* Fixed bug mdev-10737.Igor Babaev2016-09-051-0/+12
* Returned the test case that was removed by mistake.Igor Babaev2016-08-291-0/+24
* mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-23/+99
* Removed the parameter from st_select_lex_unit::exec_recursive.Igor Babaev2016-08-101-4/+4
* MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-12/+354
* Fixed the following problem:Igor Babaev2016-07-261-16/+69
* Added a proper check for acceptable mutually recursive CTE.Igor Babaev2016-06-301-1/+16
* Fixed numerous problems for mutually recursive CTE.Igor Babaev2016-06-061-3/+250
* Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-2/+139
* Changes in test filesGalina Shalygina2016-05-191-52/+52
* Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-15/+332
* Fixed a bug that caused crashes for SHOW CREATE VIEW <view> when <view> was r...Galina Shalygina2016-05-141-6/+36
* Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-0/+83
* Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-0/+289