Bug 306364: SQL crash when moving a bug to another product (regression) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@179311 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1649,7 +1649,7 @@ foreach my $id (@idlist) {
|
||||
# - Is the bug in this group?
|
||||
SendSQL("SELECT DISTINCT groups.id, isactive, " .
|
||||
"oldcontrolmap.membercontrol, newcontrolmap.membercontrol, " .
|
||||
"CASE WHEN groups_id IN ($grouplist) THEN 1 ELSE 0 END, " .
|
||||
"CASE WHEN groups.id IN ($grouplist) THEN 1 ELSE 0 END, " .
|
||||
"bug_group_map.group_id IS NOT NULL " .
|
||||
"FROM groups " .
|
||||
"LEFT JOIN group_control_map AS oldcontrolmap " .
|
||||
|
||||
Reference in New Issue
Block a user