[to #48896499] fix object construct with null parameter

This commit is contained in:
obdev
2023-04-07 08:11:21 +00:00
committed by ob-robot
parent 303ea8ea6f
commit 534c25f11f
2 changed files with 44 additions and 1 deletions

View File

@ -68,6 +68,8 @@ public:
int64_t param_num);
static int fill_obj_stack(const ObExpr &expr, ObEvalCtx &ctx, ObObj *objs);
static int newx(ObEvalCtx &ctx, ObObj &result, uint64_t udt_id);
virtual void reset() {
rowsize_ = 0;
udt_id_ = OB_INVALID_ID;