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

This commit is contained in:
obdev
2024-02-06 19:12:11 +00:00
committed by ob-robot
parent 4f91b94696
commit ef9e453668

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_; }