• myk%mozilla.org's avatar
    Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as… · 9e902ebe
    myk%mozilla.org authored
    Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever.  The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
    r=bbaetz
    a=myk
    9e902ebe
Search.pm 44.9 KB