[to #41932470] fix memory of udf
This commit is contained in:
@ -170,7 +170,8 @@ public:
|
||||
static void clear_expr_eval_flags(const ObExpr &expr, ObEvalCtx &ctx);
|
||||
static int calc_sql_expression_without_row(ObExecContext &exec_ctx,
|
||||
const ObISqlExpression &expr,
|
||||
ObObj &result);
|
||||
ObObj &result,
|
||||
ObIAllocator *allocator = NULL);
|
||||
|
||||
static int calc_const_expr(const ObRawExpr *expr,
|
||||
const ParamStore *params,
|
||||
|
||||
Reference in New Issue
Block a user