Fixes T4898. After we increased the strictness of the %s conversion, most serialize() output is rejected from the cache.
Drop the cache, change the column type to latin1_bin, and then use %B to mark the data as binary during query construction.
Differential D9171
Fix binary/utf8 issues with Differential changeset parse cache epriestley on May 17 2014, 11:24 PM. Authored by Tags None Referenced Files
Subscribers
Details
Fixes T4898. After we increased the strictness of the %s conversion, most serialize() output is rejected from the cache. Drop the cache, change the column type to latin1_bin, and then use %B to mark the data as binary during query construction. Viewed Differential, saw cache fills.
Diff Detail
|