Merge branch 'pr_1157'

This commit is contained in:
ob-robot 2023-04-11 13:19:59 +08:00
commit ee93814363

View File

@ -930,7 +930,7 @@ OB_INLINE int ObResultSet::auto_end_plan_trans(ObPhysicalPlan& plan,
// 1) it is a rollback, which will succeed immediately
// 2) the commit submit/starting failed, in this case
// the connection will be released
// so the error code shuold not override, and return to plan-driver
// so the error code should not override, and return to plan-driver
// to decide whether a packet should be sent to client
ret = save_ret == OB_SUCCESS ? ret : save_ret;
async = true;