Page MenuHomePhabricator
Paste P12819

DB groups
ActivePublic

Authored by daniel on Sep 28 2020, 6:32 PM.
Tags
None
Referenced Files
F32366877: DB groups
Sep 28 2020, 6:32 PM
Subscribers
None
includes/actions/InfoAction.php:748: $dbrWatchlist = wfGetDB( DB_REPLICA, 'watchlist' );
includes/specials/pagers/DeletedContribsPager.php:75: $this->mDb = wfGetDB( DB_REPLICA, 'contributions' );
includes/specials/pagers/ContribsPager.php.orig:143: $this->mDb = wfGetDB( DB_REPLICA, 'contributions' );
includes/specials/pagers/ContribsPager.php:156: $this->mDb = wfGetDB( DB_REPLICA, 'contributions' );
includes/specials/SpecialWatchlist.php:463: return wfGetDB( DB_REPLICA, 'watchlist' );
includes/specials/SpecialActiveUsers.php:153: $dbr = wfGetDB( DB_REPLICA, 'recentchanges' );
includes/specials/SpecialRecentChangesLinked.php:82: $dbr = wfGetDB( DB_REPLICA, 'recentchangeslinked' );
includes/specials/SpecialRecentChanges.php:391: return wfGetDB( DB_REPLICA, 'recentchanges' );
includes/api/ApiBase.php:596: $this->mReplicaDB = wfGetDB( DB_REPLICA, 'api' );
includes/api/ApiSetNotificationTimestamp.php:62: $dbw = wfGetDB( DB_MASTER, 'api' );
includes/specialpage/QueryPage.php:416: return wfGetDB( DB_REPLICA, [ $this->getName(), 'QueryPage::recache', 'vslow' ] );
includes/logging/LogPager.php:104: $this->mDb = wfGetDB( DB_REPLICA, 'logpager' );
includes/CategoryViewer.php:292: $dbr = wfGetDB( DB_REPLICA, 'category' );
maintenance/categoryChangesAsRdf.php:134: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/getReplicaServer.php:42: $db = $this->getDB( DB_REPLICA, $this->getOption( 'group' ) );
maintenance/cleanupInvalidDbKeys.php:139: $dbr = $this->getDB( DB_REPLICA, 'vslow' );
maintenance/refreshLinks.php:108: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/refreshLinks.php:299: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/refreshLinks.php:341: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/dumpCategoriesAsRdf.php:152: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/migrateArchiveText.php:67: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/recountCategories.php:116: $dbr = $this->getDB( DB_REPLICA, 'vslow' );
maintenance/includes/MigrateActors.php:86: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );
maintenance/includes/BackupDumper.php:348: $dbr = $this->getDB( DB_REPLICA, [ 'dump' ] );
maintenance/updateArticleCount.php:49: $dbr = $this->getDB( DB_REPLICA, 'vslow' );
maintenance/populateIpChanges.php:73: $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] );