Changeset 36680 for branches/eam_branches/ps2-tc3-20130727/ippTools/share/disttool_definebyquery_sky.sql
- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
ippTools/share/disttool_definebyquery_sky.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippTools/share
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/ippTools/share/disttool_definebyquery_sky.sql
r32696 r36680 3 3 staticskyRun.sky_id AS stage_id, 4 4 CAST(0 AS SIGNED) AS magicked, 5 -- run tag in the form 'sky.$skycell_id.$s tack_id'5 -- run tag in the form 'sky.$skycell_id.$sky_id' 6 6 CONCAT_WS('.', 'sky', stackRun.skycell_id, convert(staticskyRun.sky_id, CHAR)) as run_tag, 7 7 staticskyRun.label, … … 23 23 AND rcInterest.state = 'enabled' 24 24 AND distTarget.filter = 'multi' 25 AND distRun.dist_id IS NULL26 25 AND ((staticskyRun.state = 'full') OR (distTarget.clean AND staticskyRun.state = 'cleaned')) 27 26 -- we shouldn't need to check fault. If faulted it shouldn't be full
Note:
See TracChangeset
for help on using the changeset viewer.
