فهرست منبع

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 سال پیش
والد
کامیت
9ec2f7a9fc
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
     }