浏览代码

HPCC-15017 Roxie cumulative counts not working

Cumultative edge counts were only working on splitters.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
0d318e57bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

@@ -495,7 +495,7 @@ public:
         if (_processed)
         {
             CriticalBlock b(statsCrit);
-            processed += processed;
+            processed += _processed;
         }
     }