Merge "ExternalStoreDB::getMaster: Hard deprecate now it's unused in prod"

This commit is contained in:
jenkins-bot 2021-09-08 20:52:48 +00:00 committed by Gerrit Code Review
commit f6f6bef180

View file

@ -206,7 +206,7 @@ class ExternalStoreDB extends ExternalStoreMedium {
* @return MaintainableDBConnRef
*/
public function getMaster( $cluster ) {
// wfDeprecated( __METHOD__, '1.37' );
wfDeprecated( __METHOD__, '1.37' );
return $this->getPrimary( $cluster );
}