Changeset 25423 for trunk/ippTools/share/magicdstool_torevert_raw.sql
- Timestamp:
- Sep 16, 2009, 5:05:19 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magicdstool_torevert_raw.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_torevert_raw.sql
r25419 r25423 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 15 16 JOIN magicDSFile using(magic_ds_id) 16 17 JOIN rawImfile ON (stage_id = exp_id AND component = class_id) 17 JOIN summitImfile ON (rawImfile.exp_name = summitImfile.exp_name18 AND rawImfile.tmp_class_id = summitImfile.class_id)19 18 WHERE magicDSRun.stage = 'raw' 20 19 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 21 OR magicDSRun.state = 'goto_censored' 22 OR magicDSRun.state = 'goto_restored') 20 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 21 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL)) 22 ) 23 )
Note:
See TracChangeset
for help on using the changeset viewer.
