提交 a0c8dd52 编写于 作者: D dapan1121

fix: memory count issue

上级 c5f37d28
......@@ -307,7 +307,7 @@ void tsdbMemTableCountRows(SMemTable *pMemTable, SHashObj* pTableMap, int
continue;
}
rowsNum += tsdbCountTbDataRows(pTbData);
*rowsNum += tsdbCountTbDataRows(pTbData);
pTbData = pTbData->next;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册