https://bugzilla.wikimedia.org/show_bug.cgi?id=57642
Christian Thiele <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical --- Comment #4 from Christian Thiele <[email protected]> --- Replication for dewiki seems to be working now, but still two third of all revisions are missing. SELECT count(*) FROM revision; -> 41,249,221 (Special:Statistics: 130,634,662) SELECT count(*) FROM page WHERE page_namespace=0; -> 2,777,194 (~correct) SELECT count(*) FROM page, revision WHERE page_latest=rev_id AND page_namespace=0; -> 374,962 (!) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
