- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippTools/share/magictool_toprocess_tree.sql
r24174 r28794 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.
