rdbms: mark getServerConnection() as @internal
Bug: T255492 Change-Id: Id16e43b2e1ce4854b07a7fab335911891349a003
This commit is contained in:
parent
c20a33cade
commit
5546d10d91
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ interface ILoadBalancer {
|
|||
* @param int $flags Bitfield of class CONN_* constants
|
||||
* @return IDatabase|false This returns false on failure if CONN_SILENCE_ERRORS is set
|
||||
* @throws DBError If no live handle could be obtained and CONN_SILENCE_ERRORS is not set
|
||||
* @internal Only for use within ILoadBalancer/ILoadMonitor
|
||||
*/
|
||||
public function getServerConnection( $i, $domain, $flags = 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue