Explorar o código

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

HPCC-9393 ATMOST stats inaccurate

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday %!s(int64=12) %!d(string=hai) anos
pai
achega
6a45a37eb2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     }