fix get wrong result when checking if virtual table access can be accessed

This commit is contained in:
obdev
2023-11-21 09:40:46 +00:00
committed by ob-robot
parent cf9b4bf592
commit 1e7e728baf

View File

@ -346,7 +346,8 @@ struct ObResolverParams
is_execute_call_stmt_(false),
enable_res_map_(false),
need_check_col_dup_(true),
is_specified_col_name_(false)
is_specified_col_name_(false),
is_in_sys_view_(false)
{}
bool is_force_trace_log() { return force_trace_log_; }