unit sma and tag index error msg

This commit is contained in:
yihaoDeng 2023-03-08 16:02:46 +08:00
parent fe4b9a65da
commit d8d74b3514
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ _err:
}
static int32_t vnodeProcessDropIndexReq(SVnode *pVnode, int64_t version, void *pReq, int32_t len, SRpcMsg *pRsp) {
SDropIndexReq req = {0};
pRsp->msgType = TDMT_VND_CREATE_INDEX_RSP;
pRsp->msgType = TDMT_VND_DROP_INDEX_RSP;
pRsp->code = TSDB_CODE_SUCCESS;
pRsp->pCont = NULL;
pRsp->contLen = 0;