[to #48283880] fix mysqltest
This commit is contained in:
@ -110,6 +110,8 @@ int ObExprGetPackageVar::calc_result_typeN(ObExprResType &type,
|
||||
type.set_collation_type(result_type->get_collation_type());
|
||||
type.set_collation_level(result_type->get_collation_level());
|
||||
type.set_scale(result_type->get_scale());
|
||||
} else if (ob_is_extend(result_type->get_type())) {
|
||||
type.set_extend_type(result_type->get_extend_type());
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user