提交 c6185fe3 编写于 作者: S st0 提交者: LINGuanRen

fix codegen convert tablelookup core

上级 144d6aa2
......@@ -7008,7 +7008,7 @@ int ObCodeGeneratorImpl::convert_table_lookup(ObLogTableLookup& op, const PhyOps
}
#endif
// in any case, destroy row desc
if (NULL != table_scan_out_ops.at(0).second) {
if (table_scan_out_ops.count() > 0 && NULL != table_scan_out_ops.at(0).second) {
ob_delete(table_scan_out_ops.at(0).second);
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册