Bugfix for ObDecimalIntType

This commit is contained in:
Zach41
2023-12-05 16:41:48 +00:00
committed by ob-robot
parent 1c82ad7c34
commit 5c7d80971b
11 changed files with 258 additions and 83 deletions

View File

@ -347,7 +347,8 @@ struct ObResolverParams
enable_res_map_(false),
need_check_col_dup_(true),
is_specified_col_name_(false),
is_in_sys_view_(false)
is_in_sys_view_(false),
is_expanding_view_(false)
{}
bool is_force_trace_log() { return force_trace_log_; }
@ -414,6 +415,7 @@ public:
bool need_check_col_dup_;
bool is_specified_col_name_;//mark if specify the column name in create view or create table as..
bool is_in_sys_view_;
bool is_expanding_view_;
};
} // end namespace sql
} // end namespace oceanbase