[FEAT MERGE] optimizer statistics gather enhance

Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
This commit is contained in:
obdev
2023-04-28 13:11:58 +00:00
committed by ob-robot
parent 35c1be5aa1
commit 642f1c7d84
130 changed files with 8572 additions and 1563 deletions

View File

@ -5653,7 +5653,7 @@ int ObSelectResolver::check_need_use_sys_tenant(bool &use_sys_tenant) const
int ObSelectResolver::check_in_sysview(bool &in_sysview) const
{
int ret = OB_SUCCESS;
in_sysview = params_.is_from_show_resolver_;
in_sysview = params_.is_from_show_resolver_ || params_.is_in_sys_view_;
return ret;
}