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

Liangent <liang...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|replication stopped for     |Replicated database of
                   |wikidatawiki and dewiki     |dewiki is corrupted

--- Comment #5 from Liangent <liang...@gmail.com> ---
(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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to