follow-up r79706 (the cl_timestamp updating on null edit bug) add comment to
authorBrian Wolff <bawolff@users.mediawiki.org>
Thu, 6 Jan 2011 22:09:58 +0000 (22:09 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Thu, 6 Jan 2011 22:09:58 +0000 (22:09 +0000)
sql file about the length of the cl_sortkey_prefix field, per comment on CR
by Nikerabbit.

maintenance/tables.sql

index f9c5cd6..ec46f45 100644 (file)
@@ -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