r58750 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58749‎ | r58750 | r58751 >
Date:10:07, 8 November 2009
Author:btongminh
Status:ok
Tags:
Comment:
Mark gil_title and gil_to as binary
Modified paths:
  • /trunk/extensions/GlobalUsage/GlobalUsage.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUsage/GlobalUsage.sql
@@ -6,9 +6,9 @@
77 -- Namespace, since the foreign namespaces may not match the local ones
88 gil_page_namespace varchar(255) not null,
99 -- Page title
10 - gil_page_title varchar(255) not null,
 10+ gil_page_title varchar(255) binary not null,
1111 -- Image name
12 - gil_to varchar(255) not null,
 12+ gil_to varchar(255) binary not null,
1313
1414
1515 -- Note: You might want to shorten the gil_wiki part of the indices.

Status & tagging log