fix: memory count issue
This commit is contained in:
parent
c5f37d284e
commit
a0c8dd52b1
|
@ -307,7 +307,7 @@ void tsdbMemTableCountRows(SMemTable *pMemTable, SHashObj* pTableMap, int
|
|||
continue;
|
||||
}
|
||||
|
||||
rowsNum += tsdbCountTbDataRows(pTbData);
|
||||
*rowsNum += tsdbCountTbDataRows(pTbData);
|
||||
pTbData = pTbData->next;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue