r92648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92647‎ | r92648 | r92649 >
Date:17:56, 20 July 2011
Author:werdna
Status:ok
Tags:
Comment:
Remove an index that we probably will not use
Modified paths:
  • /trunk/extensions/MoodBar/sql/MoodBar.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/sql/MoodBar.sql
@@ -27,5 +27,5 @@
2828
2929 -- A little overboard with the indexes perhaps, but we want to be able to dice this data a lot!
3030 CREATE INDEX /*i*/type_timestamp ON /*_*/moodbar_feedback (mbf_type,mbf_timestamp);
31 -CREATE INDEX /*i*/user_timestamp ON /*_*/moodbar_feedback (mbf_user_id,mbf_user_ip,mbf_timestamp);
3231 CREATE INDEX /*i*/title_type ON /*_*/moodbar_feedback (mbf_namespace,mbf_title,mbf_type,mbf_timestamp);
 32+

Status & tagging log