1,277
edits
Changes
add mysql5 info
This guarantees that they keys are short enough so that the install won't bail.
==MySQL 5==
If you turn on experimental MySQL 5 UTF-8 handling, the file you need to patch is '''/maintenance/mysql5/tables.sql'''. In addition, the <code>cl_sortkey</code> key in <code>categorylinks</code> is apparently too big. Therefore, instead of the change posted above, use
KEY cl_sortkey(cl_to(247),cl_sortkey),
==Upgrades==