User "Midom" changed the status of MediaWiki.r96645.

Old Status: ok
New Status: fixme

User "Midom" also posted a comment on MediaWiki.r96645.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96645#c22696
Commit summary:

* 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.

Comment:

this does not account that certain objects in cache (ones having magicwords) 
are not affected by $wgParserCacheExpireTime - so exptime is 'now' and they'd 
be always purged

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to