fix trans retry error

This commit is contained in:
yihaoDeng 2024-08-26 17:35:59 +08:00
parent 6e53fa15dc
commit 9c6dcda4d8
1 changed files with 3 additions and 0 deletions

View File

@ -808,7 +808,10 @@ int metaDropIndexFromSTable(SMeta *pMeta, int64_t version, SDropIndexReq *pReq)
}
if (pCol == NULL) {
metaError("vgId:%d, failed to drop index on %s.%s,since %s", TD_VID(pMeta->pVnode), pReq->stb, pReq->colName,
tstrerror(TSDB_CODE_VND_COL_NOT_EXISTS));
code = 0;
goto _err;
}