Fix mysql tests

This commit is contained in:
hezuojiao
2023-01-03 07:08:38 +00:00
committed by ob-robot
parent 1834cc9b88
commit eddcded977
4 changed files with 24 additions and 6 deletions

View File

@ -842,7 +842,8 @@ public:
static int check_need_cast_expr(const ObExprResType &src_res_type,
const ObExprResType &dst_res_type,
bool &need_cast);
bool &need_cast,
bool &is_scale_adjust_cast);
static int build_add_expr(ObRawExprFactory &expr_factory,
ObRawExpr *param_expr1,
ObRawExpr *param_expr2,