提交 f8f72a41 编写于 作者: W wangt1xiuyi 提交者: wangzelin.wzl

[CP] fix raw_expr ObArray memory leak

上级 c6b6dbcc
......@@ -1528,7 +1528,7 @@ protected:
ObRawExprFactory *expr_factory_;
common::ObString alias_column_name_;
int32_t expr_level_;
common::ObArray<common::ObString> enum_set_values_; // string_map
common::ObSEArray<common::ObString, 1, common::ModulePageAllocator, true> enum_set_values_; //string_map
common::ObString expr_name_;
// for column expr, agg expr, window function expr and query ref exprs
bool is_explicited_reference_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册