[MDEV-22018] WITH RECURSIVE supports CYCLE clause, but it is not documented Created: 2020-03-23 Updated: 2020-06-16 Resolved: 2020-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The KB page for common table expressions syntax doesn't mention the CYCLE clause anywhere (except for an unaswered user's question). In fact, it appears to be supported, there is even an MTR test for it, main/cte_cycle.test. |