r59719 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59718‎ | r59719 | r59720 >
Date:01:58, 4 December 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Temporary hack to reduce the job queue size. Should be replaced by r59718 once the job queue is back down to zero.
Modified paths:
  • /branches/wmf-deployment/includes/HTMLCacheUpdate.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/HTMLCacheUpdate.php
@@ -226,6 +226,12 @@
227227 }
228228
229229 public function run() {
 230+ # LIVE PATCH TS -- broken indexes
 231+ if ( $this->table == 'categorylinks' ) {
 232+ return true;
 233+ }
 234+ ### END PATCH
 235+
230236 $update = new HTMLCacheUpdate( $this->title, $this->table, $this->start, $this->end );
231237 $update->doUpdate();
232238 return true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r60962Reverted r59719 and merged r59718 instead: proper fix for job queue infinite ...tstarling05:45, 12 January 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59718Fix bug in BacklinkCache: the lack of an ORDER BY clause in getLinks(), combi...tstarling01:55, 4 December 2009

Status & tagging log