summaryrefslogtreecommitdiff
path: root/mysql-test/main/cte_recursive.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-07-061-21/+0
|
* Merge 10.2 into 10.3Marko Mäkelä2018-07-051-0/+58
|
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-0/+30
|
* MDEV-15159 NULL is treated as 0 in CTEIgor Babaev2018-05-141-0/+19
| | | | | | | | Forced columns of recursive CTEs to be nullable. SQL standard requires this only from recursive columns, but in our code so far we do not differentiate between recursive and non-recursive columns when aggregating types of the union that specifies a recursive CTE.
* Merge 10.2 into 10.3Marko Mäkelä2018-05-081-0/+32
|
* Merge 10.2 into 10.3Marko Mäkelä2018-04-251-1/+4
|
* Merge 10.2 to 10.3Marko Mäkelä2018-04-191-0/+136
| | | | | Temporarily disable main.cte_recursive due to hang in an added test related to MDEV-15575.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+3340