IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2009, 1:56:39 PM (17 years ago)
Author:
bills
Message:

Fix a couple of race conditions with regard to fileset state changes

File:
1 edited

Legend:

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

    r24787 r24788  
    11SELECT *
    22FROM receiveFileset
    3 WHERE state = 'reg'
    4     AND fault = 0
     3JOIN receiveSource USING(source_id)
     4LEFT JOIN receiveFile USING(fileset_id)
     5WHERE receiveFileset.state = 'reg'
     6    AND receiveFileset.fault = 0
     7    AND receiveFile.fileset_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.