fix invalid ver

This commit is contained in:
yihaoDeng 2023-01-31 21:03:35 +08:00
parent c83b697eb3
commit 6100a0d51f
1 changed files with 2 additions and 0 deletions

View File

@ -1377,7 +1377,9 @@ int32_t metaGetTableTags(SMeta *pMeta, uint64_t suid, SArray *uidList, SHashObj
int64_t *uid = taosArrayGet(uidList, i);
taosHashPut(uHash, uid, sizeof(int64_t), &i, sizeof(i));
}
return 0;
}
while (1) {
tb_uid_t id = metaCtbCursorNext(pCur);
if (id == 0) {