MySQL Forums
Forum List  »  NDB clusters

Re: LIKE keyword in SELECT does not work in MySql Cluster
Posted by: Bernhard Ocklin
Date: January 16, 2012 06:55AM

Thanks for insisting. Indeed there is a problem if you use mixed charsets and engine condition pushdown is enabled. Workaround until this is fixed is to disabled condition pushdown:

mysql> set engine_condition_pushdown=off;

Bernd

Options: ReplyQuote




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.