IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:34:07 AM (17 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippTools/share/magicdstool_torevert_diff.sql

    r25022 r25624  
    11SELECT
    22    magic_ds_id,
     3    magicDSRun.state,
    34    exp_id,
    45    re_place,
     
    1819    JOIN rawExp USING(exp_id)
    1920WHERE magicDSRun.stage = 'diff'
    20     AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored')
    21     AND magicDSFile.fault > 0
     21    AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0)
     22         OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored')
     23              AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL))
     24            )
     25        )
Note: See TracChangeset for help on using the changeset viewer.