fix trans retry error
This commit is contained in:
parent
6e53fa15dc
commit
9c6dcda4d8
|
@ -808,7 +808,10 @@ int metaDropIndexFromSTable(SMeta *pMeta, int64_t version, SDropIndexReq *pReq)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pCol == NULL) {
|
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;
|
code = 0;
|
||||||
|
|
||||||
goto _err;
|
goto _err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue