Changeset 28768 for trunk/ippTools/share/magictool_toprocess_tree.sql
- Timestamp:
- Jul 29, 2010, 12:04:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magictool_toprocess_tree.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_toprocess_tree.sql
r24174 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 magicTree 11 12 JOIN magicRun USING(magic_id) 12 13 JOIN rawExp USING(exp_id) 13 14 LEFT JOIN magicNodeResult USING(magic_id, node) 15 LEFT JOIN Label ON magicRun.label = Label.label 14 16 WHERE 15 17 magicRun.state = 'new' 16 18 -- WHERE hook %s 17 19 ORDER BY 18 magicRun.magic_id20 priority, magicRun.magic_id
Note:
See TracChangeset
for help on using the changeset viewer.
