[MDEV-12360] Error message on a valid recursive CTE with left join Created: 2017-03-25 Updated: 2017-03-28 Resolved: 2017-03-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - CTE |
| Affects Version/s: | 10.2.4 |
| Fix Version/s: | 10.2.5 |
| Type: | Bug | Priority: | Major | ||||||||||||||||||||||||||||||||||||
| Reporter: | Igor Babaev | Assignee: | Igor Babaev | ||||||||||||||||||||||||||||||||||||
| Resolution: | Fixed | Votes: | 0 | ||||||||||||||||||||||||||||||||||||
| Labels: | None | ||||||||||||||||||||||||||||||||||||||
| Environment: |
The following test case fails with the error message
Meanwhile the specification for CTE ancestors is quite valid as the recursive reference is in left operand of left join operation. |
||||||||||||||||||||||||||||||||||||||
| Comments |
| Comment by Igor Babaev [ 2017-03-28 ] |
|
The fix for this bug was pushed into the 10.2 tree. |