Comment 4 for bug 1392035

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

If I had to guess, I'd guess that somehow case sensitivity is happening in the 'get' , but not in the INSERT. That is weird, because in general the same index is used for both operations, and the same collation (utf8_general_ci, where ci == case insensitive) will be used... assuming this is a MySQL backed Keystone, which I believe it is.