Changeset 29367
- Timestamp:
- Oct 8, 2010, 12:43:25 PM (16 years ago)
- Location:
- tags/ipp-20100823/ippTools/share
- Files:
-
- 3 edited
-
magictool_toprocess_runs.sql (modified) (1 diff)
-
magictool_toprocess_tree.sql (modified) (1 diff)
-
magictool_totree.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/ippTools/share/magictool_toprocess_runs.sql
r28768 r29367 9 9 magicRun.state = 'new' 10 10 AND magicNodeResult.magic_id IS NULL 11 AND (Label.active OR Label.active IS NULL) 11 12 -- WHERE hook %s 12 13 ORDER BY -
tags/ipp-20100823/ippTools/share/magictool_toprocess_tree.sql
r28768 r29367 16 16 WHERE 17 17 magicRun.state = 'new' 18 AND (Label.active OR Label.active IS NULL) 18 19 -- WHERE hook %s 19 20 ORDER BY -
tags/ipp-20100823/ippTools/share/magictool_totree.sql
r28768 r29367 18 18 AND magicTree.node IS NULL 19 19 AND magicRun.fault = 0 20 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
