rdbms: add LoadBalancer::getLocalDomainId() method
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Jan 2018 23:57:23 +0000 (15:57 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 13 Jan 2018 20:52:59 +0000 (12:52 -0800)
This returns the default domain without getting a connection

Also avoid assuming that LoadBalancerTest has the same DB handle
as other tests even though it makes its own LB object. That breaks
if temporary tables are used.

Change-Id: I351d42de38b3126222c5a40627a2a12f76a60939


No differences found