https://bugzilla.wikimedia.org/show_bug.cgi?id=43919

Sam Reed (reedy) <s...@reedyboy.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sam Reed (reedy) <s...@reedyboy.net> ---
    /**
     * @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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to