fix typos shuold -> should #1148

This commit is contained in:
watchpoints
2022-11-22 20:28:27 +08:00
parent f61eb3f967
commit 94316f63a7

View File

@ -849,7 +849,7 @@ OB_INLINE int ObResultSet::auto_end_plan_trans(ObPhysicalPlan& plan,
// 1) it is a rollback, which will succeed immediately // 1) it is a rollback, which will succeed immediately
// 2) the commit submit/starting failed, in this case // 2) the commit submit/starting failed, in this case
// the connection will be released // 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 // to decide whether a packet should be sent to client
ret = save_ret == OB_SUCCESS ? ret : save_ret; ret = save_ret == OB_SUCCESS ? ret : save_ret;
async = true; async = true;