summaryrefslogtreecommitdiff
path: root/sql/sql_cte.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-161-23/+34
* MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-211-1/+2
* MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-201-5/+10
* MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-081-1/+3
* MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-131/+306
* MDEV-24597 Explicit column name error in CTE of UNIONIgor Babaev2021-03-101-0/+1
* MDEV-20751 Permission Issue With Nested CTEsIgor Babaev2020-12-171-2/+16
* MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-161-3/+4
* MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-071-0/+1
* MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-061-0/+1
* MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-051-0/+1
* post-merge: --ps-protocol fixesSergei Golubchik2019-03-151-0/+1
* MDEV-17635 Server hangs after the query with recursive CTEIgor Babaev2018-11-071-1/+1
* MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-6/+31
* Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+2
* MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-4/+8
* MDEV-15894 Error, while using aggregated functions/window functions in anchor...Igor Babaev2018-04-171-1/+1
* MDEV-15556 MariaDB crash with big_tables=1 and CTEIgor Babaev2018-04-161-1/+1
* MDEV-14297: Lost name of a explicitly named CTE column used inGalina Shalygina2018-02-201-0/+7
* Corrected the patch for mdev-15119 that caused a failure forIgor Babaev2018-02-081-9/+5
* Fixed mdev-15119 CTE, referencing another CTE, that is declared after,Igor Babaev2018-02-061-11/+15
* Fixed mdev-15120 CTE table should not belong to database, that is in useIgor Babaev2018-02-061-1/+2
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
* Fixed mdev-14852 Fails to reopen temp table within standard CTEIgor Babaev2018-01-051-0/+7
* Fixed compiler warnings about possible uninitialized variablesMonty2018-01-011-1/+1
* Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-141-1/+2
* Fixed bugs: mdev-13780 CTE not found, mdev-14184 recursive CTE not foundIgor Babaev2017-11-051-7/+15
* Fixed the bug mdev-13796.Igor Babaev2017-10-111-1/+9
* 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
* 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