Merge pull request #24893 from taosdata/fix/TD-28776-2-3.0

fix/TD-28776
This commit is contained in:
Hongze Cheng 2024-02-27 14:59:04 +08:00 committed by GitHub
commit 9a2f5fa2d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ((code = mndTransExecSingleActions(pMnode, pTrans, pArray, topHalf)) != 0) {
return -1;
return code;
}
int32_t numOfExecuted = 0;