[MDEV-18982] Partition pruning with column list causes syntax error in 10.4 Created: 2019-03-20 Updated: 2019-04-05 Resolved: 2019-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Partitioning |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Issue Links: |
|
||||||||
| Description |
|
In 10.3 it works all right. Same for insert .. select instead of insert .. values:
|
| Comments |
| Comment by Alexander Barkov [ 2019-03-21 ] |
|
The syntax error happens because of the parser refactoring which added the LEFT_PAREN_ALT pseudo-token in addition to normal '('. |
| Comment by Igor Babaev [ 2019-04-05 ] |
|
A fix for this bug was pushed into 10.4 |