Changeset 23594 for branches/cnb_branches/cnb_branch_20090301/ippTools/share/magicdstool_todestreak.sql
- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magicdstool_todestreak.sql (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ippTools/share/magicdstool_todestreak.sql
r20973 r23594 26 26 AND magicDSFile.component = rawImfile.class_id 27 27 WHERE 28 magicDSRun.state = ' run'28 magicDSRun.state = 'new' 29 29 AND magicDSRun.stage = 'raw' 30 30 AND magicDSFile.component IS NULL … … 57 57 AND magicDSFile.component = chipProcessedImfile.class_id 58 58 WHERE 59 magicDSRun.state = ' run'59 magicDSRun.state = 'new' 60 60 AND magicDSRun.stage = 'chip' 61 61 AND chipRun.state = 'full' … … 91 91 AND magicDSFile.component = warpSkyfile.skycell_id 92 92 WHERE 93 magicDSRun.state = ' run'93 magicDSRun.state = 'new' 94 94 AND magicDSRun.stage = 'warp' 95 95 AND warpRun.state = 'full' … … 127 127 AND magicDSFile.component = diffSkyfile.skycell_id 128 128 WHERE 129 magicDSRun.state = ' run'129 magicDSRun.state = 'new' 130 130 AND magicDSRun.stage = 'diff' 131 131 AND diffSkyfile.fault = 0
Note:
See TracChangeset
for help on using the changeset viewer.
