r113109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113108‎ | r113109 | r113110 >
Date:00:05, 6 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Pull patch-revision-user-page-index.sql from r25267
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-revision-user-page-index.sql (added) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-revision-user-page-index.sql
@@ -0,0 +1,5 @@
 2+-- New index on revision table to allow searches for all edits by a given user
 3+-- to a given page. Added 2007-08-28
 4+
 5+ALTER TABLE /*$wgDBprefix*/revision
 6+ ADD INDEX page_user_timestamp (rev_page,rev_user,rev_timestamp);
Property changes on: trunk/phase3/maintenance/archives/patch-revision-user-page-index.sql
___________________________________________________________________
Added: svn:eol-style
17 + native

Follow-up revisions

RevisionCommit summaryAuthorDate
r113110Followup r113109, forward port the rest of r25267 for Bug 10788 - Filter page...reedy00:09, 6 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r25267* Add an index to (rev_page,rev_user,rev_timestamp) for use in "All edits by ...simetrical02:33, 29 August 2007

Status & tagging log