Changeset 43014 for branches/eam_branches/ipp-pstamp-20260421/ippTools/share/pstamptool_pendingdependent.sql
- Timestamp:
- May 11, 2026, 3:09:36 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTools/share/pstamptool_pendingdependent.sql
r38586 r43014 1 1 SELECT DISTINCT 2 2 pstampDependent.*, 3 pstampRequest.label,3 MIN(pstampRequest.label) as label, 4 4 MIN(req_id) as first_req_id, 5 5 concat( pstampDependent.outdir, '/checkdep.', dep_id, '.log') as logfile, 6 IFNULL(Label.priority, 10000) AS priority6 MIN(IFNULL(Label.priority, 10000)) AS priority 7 7 FROM pstampDependent 8 8 JOIN pstampJob USING(dep_id) … … 13 13 AND pstampRequest.state = 'run' 14 14 AND (Label.active OR Label.active IS NULL) 15 -- EAM TEST: 16 -- this is added in pstamptool, but is needed to test the SQL validity 17 -- GROUP BY dep_id ORDER BY priority DESC, MIN(req_id), dep_id 18
Note:
See TracChangeset
for help on using the changeset viewer.
