- Timestamp:
- Mar 6, 2011, 2:34:55 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src merged: 30728-30729,30733,30768-30769,30805
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110213/ippTools/src/pxtools.c
r28486 r30812 278 278 279 279 // shared code for updating the various strings for a Run 280 bool pxUpdateRun(pxConfig *config, psMetadata *where, psString *pQuery, psString runTable, psString idColumn, psString fileTable, bool has_dist_group )280 bool pxUpdateRun(pxConfig *config, psMetadata *where, psString *pQuery, psString runTable, psString idColumn, psString fileTable, bool has_dist_group, bool has_magicked) 281 281 { 282 282 PS_ASSERT_PTR_NON_NULL(config, false); … … 360 360 if (fileWhere) { 361 361 psStringAppend(pQuery, "%s", fileWhere); 362 } 363 if (has_magicked) { 364 pxmagicAddWhere(config, pQuery, runTable); 362 365 } 363 366
Note:
See TracChangeset
for help on using the changeset viewer.
