r49455 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49454‎ | r49455 | r49456 >
Date:04:54, 14 April 2009
Author:aaron
Status:ok
Tags:
Comment:
Tweak r49454: remove duplication
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-log_search.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-log_search.sql
@@ -1,9 +1,5 @@
22 CREATE TABLE /*_*/log_search (
3 - -- Key to log_type
4 - ls_log_type varbinary(32) NOT NULL,
5 - -- Key to log_action
6 - ls_log_action varbinary(32) NOT NULL,
7 - -- The type of ID (rev ID, timestamp, other)
 3+ -- The type of ID (rev ID, log ID, timestamp, other)
84 ls_field varbinary(32) NOT NULL,
95 -- The value of the ID
106 ls_value varchar(255) NOT NULL,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49454Added proposed log_search table to deal with revisiondelete log extracts and ...aaron02:14, 14 April 2009

Status & tagging log