[MDEV-20606] Union with parentheses and IN() Created: 2019-09-17 Updated: 2019-10-11 Resolved: 2019-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.4.8, 10.4 |
| Fix Version/s: | 10.4.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Charles Leifer | Assignee: | Oleksandr Byelkin |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | None | ||
| Environment: |
linux (ubuntu 18.04 64-bit, mariadb 10.4.8-MariaDB-1:10.4.8) |
||
| Issue Links: |
|
||||||||
| Description |
|
Although issue is closed and marked as resolved for 10.4, I am experiencing a very similar bug using mariadb 10.4.8. Union with parentheses: https://jira.mariadb.org/browse/MDEV-11953 MySQL bug, recently fixed for 8.0: https://bugs.mysql.com/bug.php?id=25734 To replicate:
Removing the parentheses around the left-hand side of the compound query "fixes" it:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2019-10-11 ] |
|
It is probably fixed by Igor's patch already (I cant it reproduce any more) |