Changeset 33415 for branches/meh_branches/ppstack_test/ippTools/share/chiptool_setimfiletoupdate.sql
- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_setimfiletoupdate.sql (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/share/chiptool_setimfiletoupdate.sql
- Property svn:mergeinfo set to
r29887 r33415 1 1 UPDATE chipRun 2 2 JOIN chipProcessedImfile USING(chip_id) 3 LEFT JOIN magicDSRun ON (stage_id = chip_id AND stage = 'chip')4 LEFT JOIN magicDSFile ON (magicDSRun.magic_ds_id = magicDSFile.magic_ds_id5 AND component = class_id)3 -- LEFT JOIN magicDSRun ON (stage_id = chip_id AND stage = 'chip') 4 -- LEFT JOIN magicDSFile ON (magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 5 -- AND component = class_id) 6 6 SET chipRun.state = 'update', 7 7 chipProcessedImfile.data_state = 'update', … … 11 11 AND (chipRun.state = 'cleaned' OR chipRun.state = 'update') 12 12 AND (chipProcessedImfile.data_state = 'cleaned') 13 AND (chipProcessedImfile.quality = 0) 13 14 -- don't queue update if the associated magicDSFile exists and isn't cleaned 14 AND (chipRun.magicked = 015 OR ((magicDSRun.state = 'cleaned' OR magicDSRun.state = 'update')16 AND (magicDSFile.data_state = 'cleaned' OR magicDSFile.data_state = 'update'))17 )15 -- AND (chipRun.magicked = 0 16 -- OR ((magicDSRun.state = 'cleaned' OR magicDSRun.state = 'update') 17 -- AND (magicDSFile.data_state = 'cleaned' OR magicDSFile.data_state = 'update')) 18 -- )
Note:
See TracChangeset
for help on using the changeset viewer.
