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

--- Comment #1 from Bugzilla Bug Importer (valhallasw) 
<wmf.bugconver...@gmail.com> ---
-------------------------------------------------------------------------------
From: DaB. <d...@ts.wikimedia.org>
Date: Fri, 19 Jun 2009 20:49:33
-------------------------------------------------------------------------------

You can find a list at http://toolserver.org/~dab/queries/zman1.txt, the query
was 

SELECT CONCAT("# ", fa_storage_key, "[[:image:",fa_name,"]] "),
COUNT(fa_storage_key) as anzahl FROM filearchive WHERE fa_archive_name IS NULL
AND fa_deleted_timestamp>"20080000000000" AND fa_storage_key!="" GROUP BY
fa_storage_key ORDER BY anzahl DESC LIMIT 100;

It listed the storage_key (that's a sha1-hash in a mediawikiformat), a
image-name of a deleted picture with this key, and the count for all pictures
that was delete after 1.1.2008.

I hope it help you.

-- 
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