From: Brian Wolff Date: Thu, 6 Jan 2011 22:09:58 +0000 (+0000) Subject: follow-up r79706 (the cl_timestamp updating on null edit bug) add comment to X-Git-Tag: 1.31.0-rc.0~32739 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b64d76e84ada4dfa4f81bec1c4cb1b3bfd8cb2d7;p=lhc%2Fweb%2Fwiklou.git 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. --- 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