提交 312e365e 编写于 作者: Q qianchanger 提交者: wangzelin.wzl

[CP] [CP] Fix crash in erase dtl interm result

上级 a7eb2d81
......@@ -185,9 +185,6 @@ int ObDTLIntermResultManager::insert_interm_result_info(ObDTLIntermResultKey& ke
void ObDTLIntermResultManager::free_interm_result_info(ObDTLIntermResultInfo& result_info)
{
if (result_info.is_store_valid()) {
if (!result_info.is_read_) {
DTL_IR_STORE_DO(result_info, finish_add_row, true);
}
DTL_IR_STORE_DO(result_info, reset);
if (NULL != result_info.row_store_) {
result_info.row_store_->~ObChunkRowStore();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册