Browse Source

HPCC-9393 ATMOST stats inaccurate

Uninitialized variable means that the stats reported for keyed joins that are
reset but never started will be random.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 years ago
parent
commit
9ec2f7a9fc
1 changed files with 1 additions and 0 deletions
  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
     }