[FEAT MERGE] Solidify session vars for functional index

This commit is contained in:
obdev
2024-02-07 16:44:49 +00:00
committed by ob-robot
parent aceabf03d5
commit c699ceea48
189 changed files with 3671 additions and 1554 deletions

View File

@ -1652,7 +1652,7 @@ int ObExprOLSLabelToChar::calc_result_type1(ObExprResType &type,
type1.set_calc_type(ObIntType);
type.set_varchar();
type.set_collation_type(get_default_collation_type(type.get_type(), *type_ctx.get_session()));
type.set_collation_type(get_default_collation_type(type.get_type(), type_ctx));
return ret;
}