[FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com> Co-authored-by: GongYusen <986957406@qq.com> Co-authored-by: hy-guo <fqboyg@gmail.com>
This commit is contained in:
@ -110,7 +110,7 @@ int ObExprRegexpReplace::calc_result_typeN(ObExprResType &type,
|
||||
if (OB_FAIL(ObExprRegexContext::check_binary_compatible(types, 3))) {
|
||||
LOG_WARN("types are not compatible with binary.", K(ret));
|
||||
} else {
|
||||
ret = aggregate_charsets_for_string_result(type, real_types, 2, type_ctx.get_coll_type());
|
||||
ret = aggregate_charsets_for_string_result(type, real_types, 2, type_ctx);
|
||||
is_case_sensitive = ObCharset::is_bin_sort(type.get_collation_type());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user