[to #53391711] patch persist PL compile result from 4_2_x_release to master

This commit is contained in:
0xacc
2024-04-09 12:38:43 +00:00
committed by ob-robot
parent 0ea78d4b60
commit eed677c16e
34 changed files with 1848 additions and 187 deletions

View File

@ -2329,6 +2329,12 @@ OB_INLINE int ObBasicSessionInfo::process_session_variable(ObSysVarClassType var
OX (sys_vars_cache_.set_tx_read_only(int_val != 0));
break;
}
case SYS_VAR_OB_ENABLE_PL_CACHE: {
int64_t int_val = 0;
OZ (val.get_int(int_val), val);
OX (sys_vars_cache_.set_ob_enable_pl_cache(int_val != 0));
break;
}
case SYS_VAR_OB_ENABLE_PLAN_CACHE: {
int64_t int_val = 0;
OZ (val.get_int(int_val), val);