update iter version when it change
This commit is contained in:
parent
0bac4edac8
commit
a52ca80ab0
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue