Sergei Golubchik
56d3a0e73b
MDEV-17967 Add a solution of the 8 queens problem to the regression test for CTE
2018-12-12 10:39:17 +01:00
Marko Mäkelä
b6f203984b
Merge 10.2 into 10.3
2018-12-04 13:18:14 +02:00
Marko Mäkelä
2767cb76d4
Merge 10.2 into 10.3
2018-11-08 09:39:37 +02:00
Sergei Golubchik
57e0da50bb
Merge branch '10.2' into 10.3
2018-09-28 16:37:06 +02:00
Marko Mäkelä
934d5f95d3
Merge 10.2 into 10.3
2018-07-06 22:18:35 +03:00
Marko Mäkelä
b4c377f215
Merge 10.2 into 10.3
2018-07-05 17:08:44 +03:00
Sergei Golubchik
4ec8598c1d
Merge branch 'github/10.2' into 10.3
2018-05-22 11:47:09 +02:00
Igor Babaev
e74181e3c2
MDEV-15159 NULL is treated as 0 in CTE
...
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.
2018-05-14 14:38:17 -07:00
Marko Mäkelä
1b8749f73b
Merge 10.2 into 10.3
2018-05-08 17:18:55 +03:00
Marko Mäkelä
9477a2a9ba
Merge 10.2 into 10.3
2018-04-25 07:59:25 +03:00
Marko Mäkelä
d71a8855ee
Merge 10.2 to 10.3
...
Temporarily disable main.cte_recursive due to hang in
an added test related to MDEV-15575.
2018-04-19 15:23:21 +03:00
Michael Widenius
a7abddeffa
Create 'main' test directory and move 't' and 'r' there
2018-03-29 13:59:44 +03:00