提交 6100a0d5 编写于 作者: dengyihao's avatar dengyihao

fix invalid ver

上级 c83b697e
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册