- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magicdstool_torevert_raw.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/magicdstool_torevert_raw.sql
r24883 r27840 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 10 11 rawImfile.uri AS path_base, 11 12 NULL AS cam_path_base, 13 0 AS bothways, 12 14 bytes, 13 15 md5sum … … 15 17 JOIN magicDSFile using(magic_ds_id) 16 18 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 19 WHERE magicDSRun.stage = 'raw' 20 AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored') 21 AND magicDSFile.fault > 0 20 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 21 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 22 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL)) 23 ) 24 )
Note:
See TracChangeset
for help on using the changeset viewer.
