소스 검색

Merge pull request #4425 from richardkchapman/atmost-stats-uninit

HPCC-9393 ATMOST stats inaccurate

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 12 년 전
부모
커밋
6a45a37eb2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roxie/ccd/ccdserver.cpp

+ 1 - 0
roxie/ccd/ccdserver.cpp

@@ -23680,6 +23680,7 @@ public:
         activityKind = _factory->getKind();
         indexReadInput = NULL;
         rootIndex = NULL;
+        atmostsTriggered = 0;
         // MORE - code would be easier to read if I got more values from helper rather than passing from factory
     }