Open
Bug 1088834
Opened 11 years ago
Updated 10 years ago
flaginclusions contains inconsistent data
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
NEW
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;
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → dylan
Reporter | ||
Updated•10 years ago
|
Assignee: dylan → nobody
Whiteboard: [bmo-data-cleanup]
Reporter | ||
Updated•10 years ago
|
Component: Administration → General
You need to log in
before you can comment on or make changes to this bug.
Description
•