- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/disttool_toadvance.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/disttool_toadvance.sql
r23777 r27840 189 189 AND distComponent.component IS NOT NULL 190 190 AND distComponent.fault = 0 191 UNION 192 -- SSdiff stage 193 SELECT 194 distRun.dist_id, 195 stage, 196 stage_id, 197 outroot, 198 distRun.label, 199 clean 200 FROM distRun 201 JOIN diffSkyfile 202 ON stage_id = diffSkyfile.diff_id 203 LEFT JOIN distComponent 204 ON distRun.dist_id = distComponent.dist_id 205 AND distComponent.component = diffSkyfile.skycell_id 206 WHERE 207 distRun.state = 'new' 208 AND distRun.fault = 0 209 AND distRun.stage = 'SSdiff' 210 -- AND diffSkyfile.fault = 0 211 GROUP BY 212 distRun.dist_id, 213 diff_id 214 HAVING 215 COUNT(diffSkyfile.skycell_id) = COUNT(distComponent.component) 216 AND SUM(distComponent.fault) = 0 191 217 ) as Foo
Note:
See TracChangeset
for help on using the changeset viewer.
