Changeset 23721 for trunk/ippTools/share/disttool_pendingcomponent.sql
- Timestamp:
- Apr 7, 2009, 10:36:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_pendingcomponent.sql
r23717 r23721 76 76 AND distComponent.dist_id IS NULL 77 77 AND (distRun.clean OR chipRun.magicked OR distRun.no_magic) 78 AND (chipRun.state = 'full' OR (distRun.clean AND chipRun.state = 'cleaned')) 78 79 -- where hook 2 %s 79 80 UNION … … 108 109 AND distComponent.dist_id IS NULL 109 110 AND (distRun.clean OR chipRun.magicked OR distRun.no_magic) 111 AND (camRun.state = 'full' OR (distRun.clean AND camRun.state = 'cleaned')) 110 112 -- where hook 3 %s 111 113 UNION … … 172 174 AND distComponent.dist_id IS NULL 173 175 AND (distRun.clean OR warpRun.magicked OR distRun.no_magic) 176 AND (warpRun.state = 'full' OR (distRun.clean AND warpRun.state = 'cleaned')) 174 177 -- where hook 5 %s 175 178 UNION … … 204 207 AND distComponent.dist_id IS NULL 205 208 AND (distRun.clean OR diffRun.magicked OR distRun.no_magic) 209 AND (diffRun.state = 'full' OR (distRun.clean AND diffRun.state = 'cleaned')) 206 210 -- where hook 6 %s 207 211 UNION … … 252 256 AND distRun.stage = 'stack' 253 257 AND distComponent.dist_id IS NULL 258 AND (stackRun.state = 'full' OR (distRun.clean AND stackRun.state = 'cleaned')) 254 259 -- where hook 7 %s 255 260 ) as Foo
Note:
See TracChangeset
for help on using the changeset viewer.
