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

--- Comment #7 from Sam Reed (reedy) <s...@reedyboy.net> 2012-02-08 22:38:50 
UTC ---
If rev_sha1 is the main issue.. For WMF deployment, there are only 9 uses that
might need some work...

Anything doing actual database queries needs making optional, but a lot of the
uses in code fall back fairly nicely. I'd guessing only 4 or 5 of them will
need actively patching, so that's more than doable

e.g.

            if ( !isset( $row->rev_sha1 ) ) {
                $this->mSha1 = null;
            } else {
                $this->mSha1 = $row->rev_sha1;
            }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to