[MDEV-24641] Check constraint parser incorrectly indicates syntax error Created: 2021-01-21 Updated: 2021-01-22 Resolved: 2021-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Noel Diaz | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Throws syntax error
|
| Comments |
| Comment by Noel Diaz [ 2021-01-21 ] |
|
For what is worth the expression parses and executes successfully in a SELECT list, just not in the CHECK |
| Comment by Alice Sherepa [ 2021-01-22 ] |
|
Thanks for the report! The bug is the same as |
| Comment by Noel Diaz [ 2021-01-22 ] |
|
Thanks @Alice |