Skip to content

Commit bbab4f9

Browse files
authored
fix: [6570595001] Add correct error handling logic. (#34088)
1 parent d552f2e commit bbab4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/dnode/vnode/src/meta/metaTable2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ int32_t metaDropTableColumn(SMeta *pMeta, int64_t version, SVAlterTbReq *pReq, S
10431043
metaError("vgId:%d, %s failed at %s:%d since %s, uid:%" PRId64 " name:%s version:%" PRId64, TD_VID(pMeta->pVnode),
10441044
__func__, __FILE__, __LINE__, tstrerror(code), pEntry->uid, pReq->tbName, version);
10451045
metaFetchEntryFree(&pEntry);
1046+
TAOS_RETURN(code);
10461047
} else {
10471048
metaInfo("vgId:%d, table %s uid %" PRId64 " is updated, version:%" PRId64, TD_VID(pMeta->pVnode), pReq->tbName,
10481049
pEntry->uid, version);

0 commit comments

Comments
 (0)