IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2009, 3:57:48 PM (16 years ago)
Author:
bills
Message:

Add some stats to magicDSFile.
On the receive side, make it possible to disable a source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/receivetool_pendingfile.sql

    r24788 r26446  
    1818    ON receiveResult.file_id = receiveFile.file_id
    1919WHERE
    20     ((receiveFileset.state = 'new')
     20    receiveSource.state = 'enabled'
     21    AND ((receiveFileset.state = 'new')
    2122    OR (receiveFileset.state = 'listed' AND receiveFile.component = 'dirinfo' AND receiveFileset.dirinfo IS NULL))
    2223    AND receiveFileset.fault = 0
Note: See TracChangeset for help on using the changeset viewer.