r53409 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53408‎ | r53409 | r53410 >
Date:17:50, 17 July 2009
Author:catrope
Status:ok
Tags:
Comment:
Followup to r53408: change lengths of log_action and log_type too. Thanks to OverlordQ for spotting this.
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -1094,8 +1094,8 @@
10951095 -- Symbolic keys for the general log type and the action type
10961096 -- within the log. The output format will be controlled by the
10971097 -- action field, but only the type controls categorization.
1098 - log_type varbinary(10) NOT NULL default '',
1099 - log_action varbinary(10) NOT NULL default '',
 1098+ log_type varbinary(32) NOT NULL default '',
 1099+ log_action varbinary(32) NOT NULL default '',
11001100
11011101 -- Timestamp. Duh.
11021102 log_timestamp binary(14) NOT NULL default '19700101000000',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53408(bug 19570) Add log_user_text and log_page to tables.sql; fixes r51997catrope17:45, 17 July 2009

Status & tagging log