Changeset 25423 for trunk/ippTools/share/magicdstool_torevert_warp.sql
- Timestamp:
- Sep 16, 2009, 5:05:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_torevert_warp.sql
r25419 r25423 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 22 23 WHERE magicDSRun.stage = 'warp' 23 24 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 24 OR magicDSRun.state = 'goto_censored' 25 OR magicDSRun.state = 'goto_restored') 25 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 26 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL)) 27 ) 28 )
Note:
See TracChangeset
for help on using the changeset viewer.
