dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com> Co-authored-by: xianyu-w <707512433@qq.com>
This commit is contained in:
@ -1438,6 +1438,7 @@ int ObExecParamRawExpr::assign(const ObRawExpr &other)
|
||||
const ObExecParamRawExpr &tmp = static_cast<const ObExecParamRawExpr &>(other);
|
||||
outer_expr_ = tmp.outer_expr_;
|
||||
is_onetime_ = tmp.is_onetime_;
|
||||
ref_same_dblink_ = tmp.ref_same_dblink_;
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user