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