[to #33454431] fix mysqltest & white scan

This commit is contained in:
obdev
2022-12-07 07:10:46 +00:00
committed by ob-robot
parent ca056ef018
commit 23a580a51c
2 changed files with 2 additions and 4 deletions

View File

@ -122,7 +122,7 @@ public:
{
return subprogram_path_.assign(path);
}
inline void set_result_type(ObExprResType result_type) { result_type_ = result_type; }
inline void set_result_type(const ObExprResType &result_type) { result_type_ = result_type; }
inline int set_params_type(common::ObIArray<ObExprResType> &params_type)
{
return params_type_.assign(params_type);