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





--- Comment #2 from Borislav Manolov <[email protected]>  2009-05-28 20:45:42 
UTC ---
Currently there are 25 entries in the bgwiki.categorylinks table with a cl_from
key which doesn't correspond to any page_id from the page table. Their
timestamps lie between 2005-04-28 and 2005-06-01. Hopefully they will not
become evergreens. :-)

Only two of the categories from these entries do not exist so they show up on
the Wanted Categories list. These are our old friends,
Транс-нептунови_обекти and Катедрала.

A quick check SQL query:

SELECT c.* FROM categorylinks c
LEFT JOIN page ON cl_from = page_id
WHERE page_id IS NULL AND cl_from > 0;


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to