r112080 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112079‎ | r112080 | r112081 >
Date:02:50, 22 February 2012
Author:catrope
Status:ok
Tags:live 
Comment:
1.19wmf1: Disable MessageBlobStore::clear(), like in 1.17wmf1 and 1.18wmf1
Modified paths:
  • /branches/wmf/1.19wmf1/includes/MessageBlobStore.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/MessageBlobStore.php
@@ -230,6 +230,9 @@
231231 public static function clear() {
232232 // TODO: Give this some more thought
233233 // TODO: Is TRUNCATE better?
 234+
 235+ // HACK: disable clear() on WMF servers
 236+ return;
234237 $dbw = wfGetDB( DB_MASTER );
235238 $dbw->delete( 'msg_resource', '*', __METHOD__ );
236239 $dbw->delete( 'msg_resource_links', '*', __METHOD__ );

Follow-up revisions

RevisionCommit summaryAuthorDate
r114622Remove PrefSwitch/PrefStats...reedy01:16, 30 March 2012

Status & tagging log