https://bugzilla.wikimedia.org/show_bug.cgi?id=43919
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Sam Reed (reedy) <[email protected]> --- /** * @return Array (DatabaseBase, ScopedCallback) */ protected function getSlaveDB() { return $this->getDB( DB_SLAVE ); } ... $dbr = $this->getSlaveDB(); $size = (int)$dbr->selectField( 'job', 'COUNT(*)', array( 'job_cmd' => $this->type, 'job_token' => '' ), __METHOD__ ); https://gerrit.wikimedia.org/r/43686 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
