https://bugzilla.wikimedia.org/show_bug.cgi?id=57642
Liangent <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|replication stopped for |Replicated database of |wikidatawiki and dewiki |dewiki is corrupted --- Comment #5 from Liangent <[email protected]> --- (In reply to comment #4) > Replication for dewiki seems to be working now, but still two third of all > revisions are missing. wikidatawiki seems not affected. MariaDB [wikidatawiki_p]> SELECT count(*) FROM page WHERE page_namespace=0; +----------+ | count(*) | +----------+ | 14117708 | +----------+ 1 row in set (3.12 sec) MariaDB [wikidatawiki_p]> SELECT count(*) FROM page, revision WHERE page_latest=rev_id AND page_namespace=0; +----------+ | count(*) | +----------+ | 14117708 | +----------+ 1 row in set (6 min 46.84 sec) -- 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
