IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2011, 2:34:55 PM (15 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippTools/share/magicdstool_todestreak_raw.sql

    r29561 r30812  
    2424    re_place,
    2525    remove,
    26     10000 AS priority
     26    IFNULL(Label.priority, 10000) AS priority
    2727FROM magicDSRun
    2828JOIN magicMask USING (magic_id)
     
    3535    ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
    3636    AND magicDSFile.component = rawImfile.class_id
     37LEFT JOIN Label ON magicDSRun.label = Label.label
    3738WHERE
    3839    magicDSRun.state = 'new'
    3940    AND magicDSRun.stage = 'raw'
    4041    AND magicDSFile.component IS NULL
     42    AND (Label.active OR Label.active IS NULL)
     43
Note: See TracChangeset for help on using the changeset viewer.