Changeset 32833
- Timestamp:
- Nov 29, 2011, 2:11:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r32696 r32833 419 419 } 420 420 421 if (!strcmp(stage, "sky") && single) { 422 psStringAppend(&query, "\nGROUP BY sky_id HAVING count(stack_id) = 1"); 421 if (!strcmp(stage, "sky")) { 422 if (single) { 423 psStringAppend(&query, "\nGROUP BY sky_id HAVING count(stack_id) = 1"); 424 } else { 425 psStringAppend(&query, "\nGROUP BY sky_id HAVING count(stack_id) > 1"); 426 } 423 427 } 424 428
Note:
See TracChangeset
for help on using the changeset viewer.
