예제 #1
0
 /**
  * @param int $dbIndex DB_MASTER or DB_REPLICA
  *
  * @return IDatabase
  * @throws MWException
  */
 private function getConnectionRef($dbIndex)
 {
     return $this->loadBalancer->getConnectionRef($dbIndex, ['watchlist']);
 }
예제 #2
0
 /**
  * @return IDatabase
  * @throws MWException
  */
 private function getConnection()
 {
     return $this->loadBalancer->getConnectionRef(DB_REPLICA, ['watchlist']);
 }