提交 a52ca80a 编写于 作者: H Hongze Cheng

update iter version when it change

上级 0bac4eda
......@@ -517,6 +517,7 @@ SDFileSet *tsdbFSIterNext(SFSIter *pIter) {
ASSERT(pIter->fid != TSDB_IVLD_FID);
if (pIter->version != pfs->cstatus->meta.version) {
pIter->version = pfs->cstatus->meta.version;
tsdbFSIterSeek(pIter, pIter->fid);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册