Bug #60201 | „unknown column in on clause” with implicit cross join and inner join | ||
---|---|---|---|
Submitted: | 22 Feb 2011 10:15 | Modified: | 22 Feb 2011 10:32 |
Reporter: | Christian Kruse | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S2 (Serious) |
Version: | Ver 14.14 Distrib 5.1.50, 5.1.54 | OS: | Any (Gentoo Linux, Mac OS x) |
Assigned to: | CPU Architecture: | Any | |
Tags: | column, cross join, implicit, INNER JOIN, ON clause, UNKNOWN |
[22 Feb 2011 10:15]
Christian Kruse
[22 Feb 2011 10:30]
Christian Kruse
Ok, after talking to a friend of mine I now know that this is standard compliant behaviour. He explained me that there is no order defined for implicit joins and therefore the implicit join is not in the same join chain as the inner join and therefore access to the implicit joined table is restricted in the ON clause. Please just close the bug and ignore it :-)