Tim Starling has submitted this change and it was merged. Change subject: Multiple servers in one SqlBagOStuff ......................................................................
Multiple servers in one SqlBagOStuff Added a multi-server feature to SqlBagOStuff. Tests done: * With both the "shard" and multi-server features enabled and $wgAllDBsAreLocalhost, tested getMulti, set, incr, decr, keys, garbageCollect, deleteAll. Tested wiki page views with $wgMainCacheType set to such a cache. * Tested connection errors. * In the plain CACHE_DB configuration, tested wiki page views. Change-Id: Ifba0d276ef724cc9b33f687bc0adae4637054328 --- M includes/objectcache/SqlBagOStuff.php 1 file changed, 261 insertions(+), 210 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/42862 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifba0d276ef724cc9b33f687bc0adae4637054328 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.21wmf7 Gerrit-Owner: Tim Starling <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
