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





--- Comment #3 from Brad Jorsch <[email protected]>  2008-12-14 
17:19:35 UTC ---
Created an attachment (id=5580)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5580)
This should implement the query discussed in bug 15191

This patch should implement the query discussed in bug 15191:

> SELECT /*! STRAIGHT_JOIN */ cl_from,cl_to  FROM categorylinks LEFT JOIN page 
> ON
> page_namespace = '14' AND page_title = cl_to LEFT JOIN page_props ON pp_page =
> page_id AND pp_propname = 'hiddencat'  WHERE cl_from IN ('85', '92', '111',
> '138') AND pp_propname IS NOT NULL ORDER BY cl_from, cl_to;


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