Merge pull request #21028 from taosdata/fix/main_bugfix_wxy

fix: vnode errcode setting error
This commit is contained in:
Xiaoyu Wang 2023-04-23 12:50:20 +08:00 committed by GitHub
commit 6882c1d7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1348,6 +1348,7 @@ static int32_t vnodeProcessSubmitReq(SVnode *pVnode, int64_t version, void *pReq
code = terrno;
goto _exit;
}
terrno = 0;
pSubmitTbData->uid = pSubmitTbData->pCreateTbReq->uid; // update uid if table exist for using below
}
}