[to #53431523] forbid collection functions with potential correctness problem

This commit is contained in:
0xacc
2023-12-22 11:43:15 +00:00
committed by ob-robot
parent 043cf555ed
commit 2939bcb2af
6 changed files with 172 additions and 141 deletions

View File

@ -80,6 +80,7 @@ int ObExprCollectionConstruct::calc_result_typeN(ObExprResType &type,
}
}
OX (type.set_type(ObExtendType));
OX (type.set_extend_type(type_));
OX (type.set_udt_id(udt_id_));
return ret;
}