r79763 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79762‎ | r79763 | r79764 >
Date:22:09, 6 January 2011
Author:bawolff
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -502,6 +502,8 @@
503503 -- concatenated with a null followed by the page title before the sortkey
504504 -- conversion algorithm is run. We store this so that we can update
505505 -- 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.
506508 cl_sortkey_prefix varchar(255) binary NOT NULL default '',
507509
508510 -- This isn't really used at present. Provided for an optional

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79706(Bug 25254) cl_timestamp gets updated on null edit where it shouldn't....bawolff02:42, 6 January 2011

Status & tagging log