Changeset 35313
- Timestamp:
- Mar 15, 2013, 1:29:22 PM (13 years ago)
- File:
-
- 1 edited
-
tags/ipp-20130307/pstamp/scripts/psstatus (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130307/pstamp/scripts/psstatus
r30692 r35313 81 81 LEFT JOIN Label USING(label) 82 82 WHERE pstampRequest.state = 'run' or pstampRequest.state ='new' 83 OR pstampRequest.state = 'preview' 83 84 -- OR pstampRequest.state = 'run.wait' 84 85 ) as unfinishedReq … … 89 90 FROM pstampRequest JOIN pstampJob USING(req_id) 90 91 WHERE (pstampRequest.state = 'run' or pstampRequest.state = 'new' 91 OR pstampRequest.state = 'run.wait') 92 OR pstampRequest.state = 'run.wait' 93 OR pstampRequest.state = 'preview') 92 94 GROUP BY req_id 93 95 ) as rowCounts … … 101 103 JOIN pstampDependent USING(dep_id) 102 104 WHERE (pstampRequest.state = 'run' or pstampRequest.state = 'new' 105 OR pstampRequest.state = 'preview' 103 106 OR pstampRequest.state = 'run.wait') 104 107 AND dep_id > 0
Note:
See TracChangeset
for help on using the changeset viewer.
