Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -502,6 +502,8 @@ |
503 | 503 | -- concatenated with a null followed by the page title before the sortkey |
504 | 504 | -- conversion algorithm is run. We store this so that we can update |
505 | 505 | -- collations without reparsing all pages. |
| 506 | + -- Note: If you change the length of this field, you also need to change |
| 507 | + -- code in LinksUpdate.php. See bug 25254. |
506 | 508 | cl_sortkey_prefix varchar(255) binary NOT NULL default '', |
507 | 509 | |
508 | 510 | -- This isn't really used at present. Provided for an optional |