Merge pull request #21028 from taosdata/fix/main_bugfix_wxy
fix: vnode errcode setting error
This commit is contained in:
commit
6882c1d7e2
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue