Changeset 29358 for trunk/ippTools/share/magicdstool_todestreak_chip.sql
- Timestamp:
- Oct 8, 2010, 11:15:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_todestreak_chip.sql
r27945 r29358 19 19 recoveryroot, 20 20 re_place, 21 remove 21 remove, 22 IFNULL(Label.priority, 10000) AS priority 22 23 FROM magicDSRun 23 24 JOIN magicMask USING (magic_id) … … 31 32 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 32 33 AND magicDSFile.component = chipProcessedImfile.class_id 34 LEFT JOIN Label 35 ON magicDSRun.label = Label.label 33 36 WHERE 34 37 magicDSRun.state = 'new' … … 38 41 AND chipProcessedImfile.quality = 0 39 42 AND magicDSFile.component IS NULL 43 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
