提交 64a1636d 编写于 作者: K kailixu

chore: trigger CI

上级 1d089fe0
......@@ -1432,10 +1432,10 @@ int32_t metaGetInfo(SMeta *pMeta, int64_t uid, SMetaInfo *pInfo, SMetaReader *pR
int32_t code = 0;
void *pData = NULL;
int nData = 0;
bool lock = false;
int lock = 0;
if (pReader && !(pReader->flags & META_READER_NOLOCK)) {
lock = true;
lock = 1;
}
if(!lock) metaRLock(pMeta);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册