r97847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97846‎ | r97847 | r97848 >
Date:20:08, 22 September 2011
Author:asher
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/maintenance/ums_conversation.sql (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/maintenance/ums_conversation.sql
@@ -3,7 +3,7 @@
44 ALTER TABLE /*_*/user_message_state ADD COLUMN ums_conversation int(8) unsigned NOT NULL DEFAULT 0;
55
66 CREATE INDEX /*i*/ums_user_conversation ON /*_*/user_message_state (ums_user,ums_conversation);
7 -DROP INDEX /*i*/ums_read ON /*_*/user_message_state;
 7+DROP INDEX /*i*/ums_user ON /*_*/user_message_state;
88
99 UPDATE /*_*/user_message_state, /*_*/thread
1010 SET /*_*/user_message_state.ums_conversation = if(/*_*/thread.thread_ancestor, /*_*/thread.thread_ancestor, /*_*/thread.thread_id)

Status & tagging log