r113540 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113539‎ | r113540 | r113541 >
Date:22:59, 9 March 2012
Author:aaron
Status:ok
Tags:
Comment:
Make sure ForkController nukes any connection resources that backends might have before forking
Modified paths:
  • /trunk/phase3/includes/ForkController.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ForkController.php
@@ -117,8 +117,9 @@
118118
119119 protected function prepareEnvironment() {
120120 global $wgMemc;
121 - // Don't share DB or memcached connections
 121+ // Don't share DB, storage, or memcached connections
122122 wfGetLBFactory()->destroyInstance();
 123+ FileBackendGroup::destroySingleton();
123124 ObjectCache::clear();
124125 $wgMemc = null;
125126 }

Status & tagging log