[FEAT MERGE] Phase one of 3A project

Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
This commit is contained in:
AntiTopQuark
2023-08-25 08:44:14 +00:00
committed by ob-robot
parent 56ee77a670
commit e0b1dda713
142 changed files with 15224 additions and 1314 deletions

View File

@ -303,10 +303,9 @@ int ObAutoincrementService::init_for_backup(ObAddr &addr,
int ObAutoincrementService::get_handle(AutoincParam &param,
CacheHandle *&handle)
{
ObActiveSessionGuard::get_stat().in_sequence_load_ = true;
ACTIVE_SESSION_FLAG_SETTER_GUARD(in_sequence_load);
int ret = param.autoinc_mode_is_order_ ?
get_handle_order(param, handle) : get_handle_noorder(param, handle);
ObActiveSessionGuard::get_stat().in_sequence_load_ = false;
return ret;
}