From b64d76e84ada4dfa4f81bec1c4cb1b3bfd8cb2d7 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 6 Jan 2011 22:09:58 +0000 Subject: [PATCH] follow-up r79706 (the cl_timestamp updating on null edit bug) add comment to sql file about the length of the cl_sortkey_prefix field, per comment on CR by Nikerabbit. --- maintenance/tables.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index f9c5cd6e8f..ec46f4529b 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -502,6 +502,8 @@ CREATE TABLE /*_*/categorylinks ( -- concatenated with a null followed by the page title before the sortkey -- conversion algorithm is run. We store this so that we can update -- collations without reparsing all pages. + -- Note: If you change the length of this field, you also need to change + -- code in LinksUpdate.php. See bug 25254. cl_sortkey_prefix varchar(255) binary NOT NULL default '', -- This isn't really used at present. Provided for an optional -- 2.20.1