- 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_diff.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/magicdstool_torevert_diff.sql
r24883 r27840 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 10 11 diffSkyfile.path_base, 11 12 "NULL" AS cam_path_base, 13 CAST(diffRun.bothways AS SIGNED) AS bothways, 12 14 0 AS bytes, 13 15 0 AS md5sum … … 16 18 JOIN magicDSFile USING(magic_ds_id) 17 19 JOIN diffSkyfile ON (stage_id = diffSkyfile.diff_id AND component = skycell_id) 20 JOIN diffRun ON diffSkyfile.diff_id = diffRun.diff_id 18 21 JOIN rawExp USING(exp_id) 19 22 WHERE magicDSRun.stage = 'diff' 20 AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored') 21 AND magicDSFile.fault > 0 23 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 24 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 25 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL)) 26 ) 27 )
Note:
See TracChangeset
for help on using the changeset viewer.
