Always set DBO_DEFAULT by default for LBFactory classes for consistency
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 15 Aug 2016 12:14:04 +0000 (05:14 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 15 Aug 2016 12:14:04 +0000 (05:14 -0700)
commit7cd7785af7e69442fc4e8f1b0846e8435c802ede
treed29b73b06d4c47e6eeb3eb6b33b10bce99704bed
parent06384c97f3d3fff2ca8615e4a53152845fcda810
Always set DBO_DEFAULT by default for LBFactory classes for consistency

Before, only the non $wgDBservers case did this in LBFactorySimple

Change-Id: If1a962663d5e23b2087873f86efe40a1166f96a7
includes/db/loadbalancer/LBFactoryMulti.php
includes/db/loadbalancer/LBFactorySimple.php