r41700 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41699‎ | r41700 | r41701 >
Date:18:56, 5 October 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Add KEY (hidden_user_text,hidden_timestamp) index for large wikis for bug 15652
Modified paths:
  • /trunk/extensions/Oversight/hidden.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/Oversight/hidden.sql
@@ -36,6 +36,7 @@
3737 KEY page_title_timestamp (hidden_page,hidden_timestamp),
3838 KEY name_title_timestamp (hidden_namespace,hidden_title,hidden_timestamp),
3939 KEY (hidden_on_timestamp),
40 - KEY (hidden_by_user,hidden_on_timestamp)
 40+ KEY (hidden_by_user,hidden_on_timestamp),
 41+ KEY (hidden_user_text,hidden_timestamp),
4142
4243 ) TYPE=InnoDB;

Follow-up revisions

RevisionCommit summaryAuthorDate
r41867Fix for r41700 -- HideRevision hidden.sql broken when adding an indexbrion22:16, 8 October 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   22:16, 8 October 2008

Extra comma breaks thingy. Fixed in r41867

Status & tagging log