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

--- Comment #2 from [email protected] 2010-06-16 19:55:06 UTC ---
Then again, if we assume users are using Extension:PureWikiDeletion, a better
way to do this would be to run the query: SELECT page.page_id
FROM page LEFT JOIN blanked_page ON page.page_id = blanked_page.blank_page_id
WHERE blanked_page.blank_page_id IS NULL

That would provide an object containing all the rows in the page table that are
not in the blanked_page table. Then there would be a 100% chance of finding a
non-blank page on the first try, assuming there are any non-blank pages in the
namespace(s) being searched.

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