fix typos shuold -> should #1148

This commit is contained in:
LINxiansheng 2023-04-11 13:24:49 +08:00 committed by ob-robot
parent ee93814363
commit 69b07be3fc

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 should 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;