Changeset 30387 for trunk/ippTools/share/disttool_pending_chip.sql
- Timestamp:
- Jan 27, 2011, 9:42:21 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/disttool_pending_chip.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_pending_chip.sql
r26567 r30387 15 15 chipProcessedImfile.quality, 16 16 distRun.no_magic, 17 chipProcessedImfile.magicked 17 chipProcessedImfile.magicked, 18 IFNULL(Label.priority, 10000) AS priority 18 19 FROM distRun 19 20 JOIN distTarget USING(target_id, stage, clean) … … 24 25 ON distRun.dist_id = distComponent.dist_id 25 26 AND chipProcessedImfile.class_id = distComponent.component 27 LEFT JOIN Label 28 ON distRun.label = Label.label 26 29 WHERE 27 30 distRun.state = 'new' … … 30 33 AND ((chipRun.magicked > 0) OR distRun.no_magic) 31 34 AND (chipRun.state = 'full' OR (distRun.clean AND chipRun.state = 'cleaned')) 35 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
