提交 11e7dc03 编写于 作者: Z zzg19950727 提交者: ob-robot

[CP] fix expr level formalize bug

上级 aab654f8
......@@ -567,9 +567,6 @@ int ObSelectStmt::add_select_item(SelectItem& item)
{
int ret = OB_SUCCESS;
if (item.expr_ != NULL) {
if (item.expr_->get_expr_level() < 0) {
item.expr_->set_expr_level(current_level_);
}
if (item.is_real_alias_) {
item.expr_->set_alias_column_name(item.alias_name_);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册