- Timestamp:
- Dec 2, 2011, 11:44:07 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111122/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
disttool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src (added) merged: 32764,32770-32771,32786,32832-32833
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/ippTools/src/disttool.c
r32696 r32851 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.
