IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2009, 2:19:48 PM (17 years ago)
Author:
bills
Message:

Pass information about the paths from the distribution server to the client.
Use these to edit the database dump

File:
1 edited

Legend:

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

    r24112 r24125  
    44    product,
    55    workdir,
    6     destdir,
     6    dirinfo,
    77    fileset,
    88    fileset_id,
     
    1818    ON receiveResult.file_id = receiveFile.file_id
    1919WHERE
    20     ((receiveFileset.state = 'new') OR (receiveFileset.state = 'listed' AND receiveFile.component = 'dbinfo'))
     20    ((receiveFileset.state = 'new') OR (receiveFileset.state = 'listed' AND receiveFile.component = 'dirinfo'))
    2121    AND receiveFileset.fault = 0
    2222    AND receiveResult.file_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.