How do we want CC list or commenter "does not match" to work??

Joel Peshkin bugreport at peshkin.net
Sat Feb 7 02:26:34 UTC 2004


David Miller wrote:

>On 2/6/2004 11:54 AM -0800, Myk Melez wrote:
>
>  
>
>The other question is....
>
>how do you do it from SQL?
>
>I can't think of any SQL to produce that which doesn't involve subselects
>(and would probably be a major performance hit, even if we required a new
>enough version of MySQL to do it that way).
>  
>

LEFT JOIN cc ON cc.bug_id = bug.id AND cc.who = davesuserid
WHERE cc.who IS NULL





More information about the developers mailing list