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

--- Comment #15 from Jesús Martínez Novo (Ciencia Al Poder) 
<[email protected]> ---
(In reply to sen from comment #14)
> them are no such tool,to check which the mediawiki has lost content,so even
> it lost we cant know,only if we see it.

You could get a list of revisions with missing text using this database query:

select page_namespace, page_title, rev_id from page join revision on rev_page =
page_id where not exists (select * from text where old_id = rev_text_id);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to