Changeset 32834
- Timestamp:
- Nov 29, 2011, 2:12:33 PM (14 years ago)
- File:
-
- 1 edited
-
tags/ipp-20111110/ippTools/src/disttool.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111110/ippTools/src/disttool.c
- Property svn:mergeinfo changed
/trunk/ippTools/src/disttool.c merged: 32833
r32702 r32834 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 - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
