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