提交 87819bfd 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] Connect by with sys_connect_by_path if calc rescan return 4016.

上级 080cce14
......@@ -85,10 +85,9 @@ void ObConnectByOpPump::reset()
if (NULL != str.ptr()) {
allocator_.free(const_cast<char *>(str.ptr()));
}
str.reset();
}
sys_path_buffer_.reset();
cur_level_ = 1;
sys_path_buffer_.reset();
// TODO:shanting 计划生成时记录右表是否有含参数的条件下推,如果没有可以不做datum_store_的rebuild
if (true) {
datum_store_.reset();
......
......@@ -310,6 +310,7 @@ int ObNLConnectByOp::inner_close()
if (nullptr != mem_context_) {
mem_context_->reuse();
}
connect_by_pump_.sys_path_buffer_.reset();
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册