Changeset 34500 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Oct 4, 2012, 10:27:18 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r34296 r34500 748 748 PXOPT_COPY_STR(config->args, where, "-state", "stackRun.state", "=="); 749 749 PXOPT_COPY_S64(config->args, where, "-sass_id", "stackAssociationMap.sass_id", "=="); 750 PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false); 750 751 if (!psListLength(where->list)) { 751 752 psFree(where); … … 756 757 //CZW join against stackAssociationMap 757 758 psString query = psStringCopy("UPDATE stackRun"); 759 760 if (fault) { 761 psStringAppend(&query, " JOIN stackSumSkyfile USING(stack_id)"); 762 PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "=="); 763 } 758 764 759 765 // pxUpdateRun gets parameters from config->args and updates
Note:
See TracChangeset
for help on using the changeset viewer.
