Catrope has submitted this change and it was merged. Change subject: Bug 20595 - Fixed incr()/decr() functions for some caches. ......................................................................
Bug 20595 - Fixed incr()/decr() functions for some caches. * Preserve TTL in objectcache incr() method for APC, XCache and DBA. Do not serialize numeric values, since it breaks the counters. * Also gave some DBABagOStuff functions explicit visibility. Change-Id: I13856832f418c843afc8e42a6d77686331f6cb41 --- M includes/objectcache/APCBagOStuff.php M includes/objectcache/BagOStuff.php M includes/objectcache/DBABagOStuff.php M includes/objectcache/XCacheBagOStuff.php 4 files changed, 96 insertions(+), 22 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/8893 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I13856832f418c843afc8e42a6d77686331f6cb41 Gerrit-PatchSet: 7 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: VitaliyFilippov <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Platonides <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: VitaliyFilippov <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
