fix core-test

This commit is contained in:
wjhh2008
2023-07-24 10:42:50 +00:00
committed by ob-robot
parent 1985848646
commit 5801f3942d
2 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,8 @@ ObDelUpdResolver::ObDelUpdResolver(ObResolverParams &params)
: ObDMLResolver(params),
insert_column_ids_(),
is_column_specify_(false),
is_oracle_tmp_table_(false)
is_oracle_tmp_table_(false),
oracle_tmp_table_type_(0)
{
// TODO Auto-generated constructor stub
}