[CP] [bugfix] Assigning ObRawExprPointer eats error code
This commit is contained in:
@ -5403,6 +5403,11 @@ int ObRawExprPointer::add_ref(ObRawExpr **expr)
|
||||
return expr_group_.push_back(expr);
|
||||
}
|
||||
|
||||
int ObRawExprPointer::assign(const ObRawExprPointer &other)
|
||||
{
|
||||
return expr_group_.assign(other.expr_group_);
|
||||
}
|
||||
|
||||
int ObMultiSetRawExpr::assign(const ObRawExpr &other)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user