[MDEV-9979] Keywords UNBOUNDED, PRECEDING, FOLLOWING, TIES, OTHERS should be non-reserved Created: 2016-04-25 Updated: 2017-01-31 Resolved: 2017-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer, Parser |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-rc, regression | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.2.4-1, 10.2.4-2 | ||||||||
| Description |
|
These queries:
return a syntax error:
This is wrong. According to the standard, these keywords must be non-reserved. All these queries worked fine in 10.1. So this is a regression. This query correctly fails:
as WINDOW is a reserved keyword, according to the standard. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2017-01-31 ] |
|
Ok to push, with the mention that it should say the standard version that marks the keywords as non-reserved. |