[MDEV-10933] Syntax error when WITH clause is used in CREATE SELECT. Created: 2016-09-30 Updated: 2016-10-11 Resolved: 2016-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - CTE |
| Affects Version/s: | 10.2.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When a WITH clause is attached to the unit from CREATE ... SELECT and the unit with this clause are parenthesis then the parser returns a syntax error:
|
| Comments |
| Comment by Igor Babaev [ 2016-10-11 ] |
|
The fix for this bug was pushed into the 10.2 tree. |