[MDEV-20330] Combination of "," (comma), cross join and left join fails to parse (regression since 10.1.40) Created: 2019-08-12 Updated: 2021-11-26 Resolved: 2019-08-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.2.26, 5.5.65, 10.1.41, 10.3.17, 10.4.7 |
| Fix Version/s: | 10.2.27, 5.5.66, 10.1.42, 10.3.18, 10.4.8 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Bob Weinand | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | regression | ||
| Environment: |
Ubuntu |
||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
SELECT a.a FROM (SELECT 1 AS a) a, (SELECT 2 AS b) b CROSS JOIN (SELECT 3 AS c) c LEFT JOIN (SELECT 4 AS d) d ON 1 MariaDB 10.1.41 complains with: This was working perfectly with version 10.1.40. |
| Comments |
| Comment by Elena Stepanova [ 2019-08-12 ] |
|
Introduced by 8540fa83bb34df6a3d489a4e85c77692f36e3e26. |
| Comment by Igor Babaev [ 2019-08-20 ] |
|
This bug was fixed by the patch for |