Deprecate $wgMasterWaitTimeout
authorwithoutaname <drevitchi@gmail.com>
Thu, 12 Jun 2014 05:16:35 +0000 (22:16 -0700)
committerwithoutaname <drevitchi@gmail.com>
Thu, 12 Jun 2014 05:24:07 +0000 (22:24 -0700)
commit28f77aebe6ecef3bc0859e9687ef5470423835b2
treef0d804a847e73532b0bdeae9e3a5daf26a3a91e8
parent75c08916b02ac87066f6b7a5549f3f72d757ee86
Deprecate $wgMasterWaitTimeout

Not only was this global unused, it also caused the LoadBalancer
to look for the wrong array key, which would always set
$mWaitTimeout to 10 in the conditional. There is also
a manual function LoadBalancer::waitTimeout() for this.

Change-Id: I4b409ef890bec5aac7f666a2ed3dff9ea8bc14cc
includes/DefaultSettings.php
includes/db/LBFactory.php
includes/db/LBFactoryMulti.php
includes/db/LoadBalancer.php