Changeset 28768 for trunk/ippTools/share/magictool_toprocess_inputs.sql
- Timestamp:
- Jul 29, 2010, 12:04:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_toprocess_inputs.sql
r27276 r28768 7 7 -- note that the type stays a 64 bit int 8 8 magicNodeResult.magic_id IS TRUE AS done, 9 magicNodeResult.fault IS TRUE AS bad 9 magicNodeResult.fault IS TRUE AS bad, 10 IFNULL(Label.priority, 10000) AS priority 10 11 FROM magicRun 11 12 JOIN magicTree USING(magic_id) … … 18 19 ON diffRun.diff_id = diffSkyfile.diff_id 19 20 LEFT JOIN magicNodeResult USING(magic_id, node) 21 LEFT JOIN Label ON magicRun.label = Label.label 20 22 WHERE 21 23 magicRun.state = 'new' … … 23 25 AND magicNodeResult.node IS NULL 24 26 AND diffRun.state = 'full' 27 AND (Label.active OR Label.active IS NULL) 25 28 -- WHERE hook %s
Note:
See TracChangeset
for help on using the changeset viewer.
