“115d67e0926d7bb6d89cf2cea9f84c0ed5672473”上不存在“source/libs/asvc/src/asvc.c”
提交 489a8ca0 编写于 作者: H Hongze Cheng

fix coredump

上级 76d2faeb
...@@ -1534,6 +1534,7 @@ static int tsdbLoadAndMergeFromCache(SDataCols *pDataCols, int *iter, SCommitIte ...@@ -1534,6 +1534,7 @@ static int tsdbLoadAndMergeFromCache(SDataCols *pDataCols, int *iter, SCommitIte
dataColAppendVal(pTarget->cols + i, tdGetColDataOfRow(pDataCols->cols + i, *iter), pTarget->numOfRows, dataColAppendVal(pTarget->cols + i, tdGetColDataOfRow(pDataCols->cols + i, *iter), pTarget->numOfRows,
pTarget->maxPoints); pTarget->maxPoints);
} }
pTarget->numOfRows++;
(*iter)++; (*iter)++;
if (key1 == key2) tSkipListIterNext(pCommitIter->pIter); if (key1 == key2) tSkipListIterNext(pCommitIter->pIter);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册