Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.1, 5.5.30
-
None
Description
STRAIGHT_JOIN should be usable in every context where a regular JOIN can be used, but does not support:
SELECT ... FROM t1 STRAIGHT_JOIN t2 USING(id);
or
SELECT ... FROM t1 NATURAL STRAIGHT_JOIN t2;
yet.
See also http://bugs.mysql.com/35268