Changeset 18975 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Aug 8, 2008, 12:37:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r18772 r18975 690 690 691 691 psMetadata *where = psMetadataAlloc(); 692 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 693 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 692 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpRun.warp_id", "=="); 693 PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "=="); 694 PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "=="); 694 695 695 696 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 703 704 704 705 if (psListLength(where->list)) { 705 psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");706 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL); 706 707 psStringAppend(&query, " AND %s", whereClause); 707 708 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
