[to #50813630] fix spi::store_result with opaque value

This commit is contained in:
obdev
2023-07-13 12:23:52 +00:00
committed by ob-robot
parent 72d7dd1db0
commit 437b2245b2
3 changed files with 49 additions and 51 deletions

View File

@ -893,6 +893,11 @@ private:
const ObDataType *return_types,
int64_t return_type_count,
bool is_type_record = false);
static int check_and_copy_composite(ObObj &result,
ObObj &src,
ObIAllocator &allocator,
pl::ObPLType type,
uint64_t dst_udt_id);
static int get_package_var_info_by_expr(const ObSqlExpression *expr,
uint64_t &package_id,