“e7f46e4a1ca81a0e090e83a0eda617a74705b6ab”上不存在“docs-en/04-develop/03-insert-data/_go_opts_json.mdx”
提交 a7ad0ffc 编写于 作者: K kailixu

fix: dismiss compile err

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