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

--- Comment #12 from Reedy <[email protected]> 2011-09-16 12:52:59 UTC ---
SELECT *  FROM user_newtalk WHERE user_id IN ( SELECT n.user_id FROM (
user_newtalk n JOIN user u ON u.user_id = n.user_id ) LEFT JOIN page p ON
u.user_name = p.page_title AND p.page_namespace =3 WHERE p.page_title IS NULL 
) OR user_ip IN ( SELECT n.user_ip FROM user_newtalk n LEFT JOIN page p ON
n.user_ip = p.page_title AND p.page_namespace =3 WHERE p.page_title IS NULL 
AND n.user_id =0 );

PAGE makes it unhappy

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