“4ec14d0e8f5539f42b3c7b527e6a5792752a23d1”上不存在“...vqa/git@gitcode.net:weixin_41840029/PaddleOCR.git”
提交 a7ad0ffc 编写于 作者: K kailixu

fix: dismiss compile err

上级 3df3d3f3
...@@ -2454,7 +2454,7 @@ static int32_t mnodeProcessMetaSyncDropTableMsg(SMnodeMsg *pMsg) { ...@@ -2454,7 +2454,7 @@ static int32_t mnodeProcessMetaSyncDropTableMsg(SMnodeMsg *pMsg) {
int32_t fnum = 0; int32_t fnum = 0;
char *fStr = NULL; char *fStr = NULL;
char **fnameList = NULL; char **fnameList = NULL;
SCTableObj ctableObj = {0}; SCTableObj ctableObj = {.info={0}};
SCMDropTableMsg *pDrop = pMsg->rpcMsg.pCont; SCMDropTableMsg *pDrop = pMsg->rpcMsg.pCont;
pMsg->pTable = (struct STableObj *)&ctableObj; pMsg->pTable = (struct STableObj *)&ctableObj;
SCTableObj *pTable = (SCTableObj *)pMsg->pTable; SCTableObj *pTable = (SCTableObj *)pMsg->pTable;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册