提交 14a6af15 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] disable spm before 4.0

上级 168e0258
......@@ -3787,13 +3787,15 @@ int ObBasicSessionInfo::get_foreign_key_checks(int64_t& foreign_key_checks) cons
int ObBasicSessionInfo::get_capture_plan_baseline(bool& v) const
{
v = sys_vars_cache_.get_optimizer_capture_sql_plan_baselines();
// v = sys_vars_cache_.get_optimizer_capture_sql_plan_baselines();
v = false;
return OB_SUCCESS;
}
int ObBasicSessionInfo::get_use_plan_baseline(bool& v) const
{
v = sys_vars_cache_.get_optimizer_use_sql_plan_baselines();
// v = sys_vars_cache_.get_optimizer_use_sql_plan_baselines();
v = false;
return OB_SUCCESS;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册