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 @@
227
227
}
228
228
229
229
public function run() {
230
+ # LIVE PATCH TS -- broken indexes
231
+ if ( $this->table == 'categorylinks' ) {
232
+ return true;
233
+ }
234
+ ### END PATCH
235
+
230
236
$update = new HTMLCacheUpdate( $this->title, $this->table, $this->start, $this->end );
231
237
$update->doUpdate();
232
238
return true;
Follow-up revisions
Revision
Commit summary
Author
Date
r60962
Reverted
r59719
and merged
r59718
instead: proper fix for job queue infinite ...
tstarling
05:45, 12 January 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r59718
Fix bug in BacklinkCache: the lack of an ORDER BY clause in getLinks(), combi...
tstarling
01:55, 4 December 2009
Status & tagging log
05:32, 12 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59719
[
removed:
new
added:
deferred]