Open Bug 1088834 Opened 11 years ago Updated 10 years ago

flaginclusions contains inconsistent data

Categories

(bugzilla.mozilla.org :: General, defect)

Production
defect
Not set
normal

Tracking

()

People

(Reporter: dylan, Unassigned)

Details

(Whiteboard: [bmo-data-cleanup])

While I am not sure how, flaginclusions contains some entries that refer to a (product_id, component_id) pair that are not longer associated with each other. The following query illustrates this: SELECT distinct c.name, realproduct.name AS real_product, flagproduct.name AS flag_product FROM flaginclusions as f JOIN components as c ON c.id = component_id JOIN products as realproduct ON realproduct.id = c.product_id JOIN products as flagproduct ON flagproduct.id = f.product_id WHERE c.product_id != f.product_id;
Assignee: nobody → dylan
Assignee: dylan → nobody
Whiteboard: [bmo-data-cleanup]
Component: Administration → General
You need to log in before you can comment on or make changes to this bug.