Changeset 27460
- Timestamp:
- Mar 26, 2010, 11:19:30 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r27459 r27460 335 335 if (!no_magic) { 336 336 psStringAppend(&query, " AND (%s.magicked > 0)", magicRunType); 337 338 #ifdef notdef339 // XXX: is selecting by magic_ds_id really interesting? I declare no340 if (magic_ds_id) {341 if (!runJoinStr) {342 psError(PS_ERR_PROGRAMMING, true, "cannot select by magic_ds_id for stage: %s", stage);343 psFree(query);344 return false;345 }346 psStringAppend(&joinHook, "\nJOIN magicDSRun ON magicDSRun.stage = distTarget.stage"347 " AND magicDSRun.stage_id = %s", runJoinStr);348 psStringAppend(&query, " AND (magicDSRun.state = 'full' AND magicDSRun.re_place AND (magicDSRun.magic_ds_id = %" PRId64 "))", magic_ds_id);349 }350 #endif351 337 } 352 338
Note:
See TracChangeset
for help on using the changeset viewer.
