Changeset 28571 for trunk/tools/delete_convolved_diff.pl
- Timestamp:
- Jul 1, 2010, 11:14:03 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/delete_convolved_diff.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/delete_convolved_diff.pl
r27599 r28571 52 52 JOIN diffSkyfile USING(diff_id) 53 53 JOIN magicRun USING(diff_id) 54 WHERE diffRun.state IN ('full', 'drop' )54 WHERE diffRun.state IN ('full', 'drop', 'update') 55 55 AND magicRun.state IN ('full', 'drop', 'censored') 56 56 AND diffRun.bothways = 0 … … 66 66 ON magicNegative.diff_id = diffRun.diff_id 67 67 AND magicNegative.inverse = 1 68 WHERE diffRun.state IN ('full', 'drop' )68 WHERE diffRun.state IN ('full', 'drop', 'update') 69 69 AND magicPositive.state IN ('full', 'drop', 'censored') 70 70 AND magicNegative.state IN ('full', 'drop', 'censored')
Note:
See TracChangeset
for help on using the changeset viewer.
