r41867 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41866‎ | r41867 | r41868 >
Date:22:16, 8 October 2008
Author:brion
Status:old (Comments)
Tags:
Comment:
Fix for r41700 -- HideRevision hidden.sql broken when adding an index
Modified paths:
  • /trunk/extensions/Oversight/hidden.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/Oversight/hidden.sql
@@ -37,6 +37,6 @@
3838 KEY name_title_timestamp (hidden_namespace,hidden_title,hidden_timestamp),
3939 KEY (hidden_on_timestamp),
4040 KEY (hidden_by_user,hidden_on_timestamp),
41 - KEY (hidden_user_text,hidden_timestamp),
 41+ KEY (hidden_user_text,hidden_timestamp)
4242
43 -) TYPE=InnoDB;
 43+) /*$wgDBTableOptions*/;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41700Add KEY (hidden_user_text,hidden_timestamp) index for large wikis for bug 15652aaron18:56, 5 October 2008

Comments

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

Also fixed to use $wgDBTableOptions in place of hardcoded TYPE=InnoDB

Status & tagging log