r57136 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57135‎ | r57136 | r57137 >
Date:18:57, 30 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
Move r57134 to wmf-deployment
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/lqt.sql (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/lqt.sql
@@ -28,7 +28,7 @@
2929 PRIMARY KEY thread_id (thread_id),
3030 UNIQUE INDEX thread_root_page (thread_root),
3131 INDEX thread_ancestor (thread_ancestor, thread_parent),
32 - INDEX thread_article_title (thread_article_namespace, thread_article_title),
 32+ INDEX thread_article_title (thread_article_namespace, thread_article_title, thread_sortkey),
3333 INDEX thread_modified (thread_modified),
3434 INDEX thread_created (thread_created),
3535 INDEX thread_summary_page (thread_summary_page),
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
3636 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57131
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350
3737 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57134
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57134Add thread_sortkey to thread_article index, makes things easywerdna18:56, 30 September 2009

Status & tagging log