Juanma Barranquero wrote:
On Sun, 06 Feb 2005 18:29:58 -0800, Brion Vibber brion@pobox.com wrote:
I'm not sure offhand how MySQL stores these things in utf8 mode, but note that [cl_to] is set to length 255, and (255+128)*4 > 1024.
Well then, would be any problem with MediaWiki if I defined the key as
KEY cl_sortkey(cl_to(128),cl_sortkey(128))
Assuming it lets you define it that way, AFAIK that should work fine.
-- brion vibber (brion @ pobox.com)