Fix: session sync use new type to sync last_schema_version

This commit is contained in:
yaojing624
2023-07-27 08:42:29 +00:00
committed by ob-robot
parent 130838bc22
commit 9ed642a58f

View File

@ -3776,6 +3776,7 @@ bool ObBasicSessionInfo::is_sync_sys_var(share::ObSysVarClassType sys_var_id) co
case SYS_VAR_SERVER_UUID:
case SYS_VAR_OB_PROXY_PARTITION_HIT:
case SYS_VAR_VERSION_COMMENT:
case SYS_VAR_OB_LAST_SCHEMA_VERSION:
not_need_serialize = true;
break;
default: