Support empty DB names in LoadBalancer more fully
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Nov 2014 00:52:42 +0000 (16:52 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Nov 2014 00:52:42 +0000 (16:52 -0800)
commit7916aeeaea7595766112d6f34535a0756604cca4
tree376dbf1bd3bbcd05b3b02dba1be4e5f2e1d3a5a7
parente7d5b09d1d77fc295d715a7772a03905d6f305b7
Support empty DB names in LoadBalancer more fully

* This convention to avoid selecting a DB is already supported for
  new connections but not when an existing foreign wiki connection
  is reused. This avoids giving PHP notices.

Change-Id: Ic6e9ed031bc8ea6d6f519b6998f0414364c087d0
includes/db/LoadBalancer.php