r74806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74805‎ | r74806 | r74807 >
Date:15:39, 15 October 2010
Author:greg
Status:ok
Tags:
Comment:
cl_sortkey now back down to varbinary(230). Glad PG doesn't have this issue.
Modified paths:
  • /trunk/phase3/maintenance/postgres/compare_schemas.pl (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/compare_schemas.pl
@@ -273,7 +273,7 @@
274274 ## Simple text-only strings:
275275 ar_flags tinyblob TEXT
276276 cl_collation varbinary(32) TEXT
277 -cl_sortkey varbinary(255) TEXT
 277+cl_sortkey varbinary(230) TEXT
278278 ct_params blob TEXT
279279 fa_minor_mime varbinary(100) TEXT
280280 fa_storage_group varbinary(16) TEXT # Just 'deleted' for now, should stay plain text

Status & tagging log