[CP] [CP] fix table location reset incorrectly bug
This commit is contained in:
@ -829,14 +829,16 @@ void ObTableLocation::reset()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
calc_nodes_.reset();
|
calc_nodes_.reset();
|
||||||
|
|
||||||
|
|
||||||
stmt_type_ = stmt::T_NONE;
|
stmt_type_ = stmt::T_NONE;
|
||||||
|
vies_.reset();
|
||||||
|
sub_vies_.reset();
|
||||||
|
se_part_expr_ = NULL;
|
||||||
|
se_gen_col_expr_ = NULL;
|
||||||
|
se_subpart_expr_ = NULL;
|
||||||
|
se_sub_gen_col_expr_ = NULL;
|
||||||
part_hint_ids_.reset();
|
part_hint_ids_.reset();
|
||||||
|
part_col_type_ = ObNullType;
|
||||||
related_list_.reset();
|
related_list_.reset();
|
||||||
|
|
||||||
inner_allocator_.reset();
|
inner_allocator_.reset();
|
||||||
part_collation_type_ = CS_TYPE_INVALID;
|
part_collation_type_ = CS_TYPE_INVALID;
|
||||||
subpart_col_type_ = ObNullType;
|
subpart_col_type_ = ObNullType;
|
||||||
|
|||||||
Reference in New Issue
Block a user