提交 ced202f1 编写于 作者: L lf0 提交者: LINGuanRen

Fix core at ObPlanCacheValue::reset

上级 94d730d9
......@@ -582,7 +582,7 @@ void* ObObj::get_deep_copy_obj_ptr()
}
} else if (ob_is_raw(this->get_type())) {
ptr = (void *)v_.string_;
} else if (ob_is_number_tc(this->get_type())) {
} else if (ob_is_number_tc(this->get_type()) && 0 != nmb_desc_.len_ && NULL != v_.nmb_digits_) {
ptr = (void *)v_.nmb_digits_;
} else if (ob_is_rowid_tc(this->get_type())) {
ptr = (void *)v_.string_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册