Changeset 25428 for trunk/ippTools/share/disttool_definebyquery_stack.sql
- Timestamp:
- Sep 17, 2009, 10:01:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_definebyquery_stack.sql
r24725 r25428 8 8 distTarget.clean 9 9 FROM stackRun 10 JOIN stackSumSkyfile USING(stack_id) 10 11 JOIN distTarget ON distTarget.stage = 'stack' 11 12 AND stackRun.label = distTarget.label … … 19 20 AND distRun.dist_id IS NULL 20 21 AND ((stackRun.state = 'full') OR (distTarget.clean AND stackRun.state = 'cleaned')) 22 -- we shouldn't need to check fault. If faulted it shouldn't be full 23 AND (stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0)
Note:
See TracChangeset
for help on using the changeset viewer.
