Deprecate wfWaitForSlaves() with LBFactory::waitForReplication()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 22 Dec 2015 19:21:27 +0000 (11:21 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 23 Dec 2015 05:05:44 +0000 (21:05 -0800)
commitfedfee628c377eeea0453ed82af02b6878bd525b
tree2c15a276fe7710331c074924266d683c15a64421
parent426cadcf443ef6bc6be5d1784272f1fa506d9e95
Deprecate wfWaitForSlaves() with LBFactory::waitForReplication()

This has a cleaner interface and makes failure more explicit

Change-Id: I5480845196383df85ba7538e15e507fa1b64948a
autoload.php
includes/GlobalFunctions.php
includes/db/loadbalancer/LBFactory.php