[MDEV-19421] Basic 3-way join queries are not parsed Created: 2019-05-08 Updated: 2020-12-19 Resolved: 2019-07-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | None |
| Fix Version/s: | 10.2.26, 5.5.65, 10.1.41, 10.3.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The following simple join
over tables t1,t2,t3
cannot be parsed in MariaDB 10.4:
MySQL 8.0 handles this query properly:
This basic valid query also returns syntax error message:
|
| Comments |
| Comment by Igor Babaev [ 2019-07-01 ] |
|
The bug is reproducible in all versions starting from 5.5. |
| Comment by Oleksandr Byelkin [ 2019-07-11 ] |
|
OK to push. |
| Comment by Igor Babaev [ 2019-07-12 ] |
|
A fix for this bug was pushed into 5.5. I has to be merged upstream into 10.1-10.3 as it is. |