Changeset 29561 for trunk/ippTools/share/magicdstool_torevert_chip.sql
- Timestamp:
- Oct 26, 2010, 8:39:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magicdstool_torevert_chip.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_torevert_chip.sql
r28853 r29561 22 22 JOIN rawExp ON chipRun.exp_id = rawExp.exp_id 23 23 WHERE magicDSRun.stage = 'chip' 24 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 24 AND (((magicDSRun.state = 'new' OR (magicDSRun.state = 'update')) 25 AND magicDSFile.fault > 0) 26 -- why don't we require a fault for these states? 25 27 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 26 28 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL))
Note:
See TracChangeset
for help on using the changeset viewer.
