* Added a script to reduce disk space on a MySQL parser cache setup such as the one...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 9 Sep 2011 03:51:45 +0000 (03:51 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 9 Sep 2011 03:51:45 +0000 (03:51 +0000)
commitcac02778e4f8fd660e8c212562f5164c45477a19
treedb74ceb1b4bdb8133729a8de0e3e42b2fad4c053
parent89a1cf1b5cd340018a5fa78491f95c1afdf385b7
* Added a script to reduce disk space on a MySQL parser cache setup such as the one at Wikimedia at the moment, by removing all objects which expire before a given time.
* Fixed unintentional shortcut evaluation in MultiWriteBagOStuff::doWrite(). It would have caused writes to be skipped on the second cache if the first cache failed, now writes should be attempted on all caches.
includes/objectcache/BagOStuff.php
includes/objectcache/MultiWriteBagOStuff.php
includes/objectcache/SqlBagOStuff.php
maintenance/purgeParserCache.php [new file with mode: 0644]