* Fix for r90643: in the case where there is only one server, implying no replication...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 29 Aug 2011 04:42:26 +0000 (04:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 29 Aug 2011 04:42:26 +0000 (04:42 +0000)
commita3bf5ecb4a775cc319f0f26ab39a3dec350af846
treecab8d4f112ed170877260622f723f362632ff4a0
parentecd107afb2a62274050d2233130ae2254ec9cc87
* Fix for r90643: in the case where there is only one server, implying no replication, make LoadBalancer::getLagTimes(), LoadMonitor_MySQL::getLagTimes() and LoadBalancer::getMaxLag() quickly report zero lag without attempting to do a SHOW SLAVE STATUS query.
* Updated the documentation to make it clear that REPLICATION CLIENT is required in a replicated setup.
* Reverted r90773.
RELEASE-NOTES-1.18
includes/db/DatabaseMysql.php
includes/db/LoadBalancer.php
includes/db/LoadMonitor.php