[CP] Fix: session sync system_time_zone no need sync

This commit is contained in:
yaojing624
2023-11-06 11:40:03 +00:00
committed by ob-robot
parent 0cf6465414
commit e987af6eae
2 changed files with 7 additions and 3 deletions

View File

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