IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2012, 4:11:29 PM (14 years ago)
Author:
bills
Message:

For dummy diffRuns (where 2 warps were matched but there are no overlapping skycells)
set dist_group to NULL since they shouldn't be distributed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r32609 r33109  
    19811981            psString finishQuery = NULL;
    19821982            psStringAppend( &finishQuery,
    1983                 "UPDATE diffRun set state ='full', note = 'dummy run - no overlap' WHERE diff_id = %" PRId64,
     1983                "UPDATE diffRun set state ='full', dist_group = NULL, note = 'dummy run - no overlap' WHERE diff_id = %" PRId64,
    19841984                run->diff_id);
    19851985            if (!p_psDBRunQuery(config->dbh, finishQuery)) {
Note: See TracChangeset for help on using the changeset viewer.