> Am 20.05.2015 um 15:17 schrieb Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>:
>
> On 05/19/2015 11:52 PM, Musall Maik wrote:
>> Hi,
>>
>> I have a strange case where a SELECT for a primary key returns 0 rows on one slave, while it returns the correct 1 row on another slave and on the master. It does however return that row on all slaves when queried with LIKE and trailing or leading wildcard.
>>
>> […]
>> Does anyone have a hint?
>
> What are the encodings on the various machines and in the databases?
All encodings UTF8, all collate and ctype en_US.UTF-8. What do you mean by "machines" exactly? This is not dependent on shell environment or something, I get this also via JDBC.
Maik