MySQL Forums
Forum List  »  General

Re: Query works in 5.5 but not 5.6
Posted by: Anthony Tso
Date: October 14, 2013 02:30PM

Well, I don't know why you insist on reading value_id as value, but I know what I am reading.

Anyway this is the response from mysql on my bug report.

"This is confirmed to be a problem with an IF predicate in the WHERE
clause combined with OUTER JOIN in a subquery that is transformed to a
semi-join.
A workaround is to disable semi-join for this query:
set optimizer_switch='semijoin=off';"

Options: ReplyQuote


Subject
Written By
Posted
October 10, 2013 03:59AM
Re: Query works in 5.5 but not 5.6
October 14, 2013 02:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.