fix/TD-28776

This commit is contained in:
dmchen 2024-02-27 03:05:45 +00:00
parent a96036d743
commit c4f08b8275
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ static int32_t mndTransExecuteActions(SMnode *pMnode, STrans *pTrans, SArray *pA
if (numOfActions == 0) return 0; if (numOfActions == 0) return 0;
if ((code = mndTransExecSingleActions(pMnode, pTrans, pArray, topHalf)) != 0) { if ((code = mndTransExecSingleActions(pMnode, pTrans, pArray, topHalf)) != 0) {
return -1; return code;
} }
int32_t numOfExecuted = 0; int32_t numOfExecuted = 0;