[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:
@ -70,8 +70,7 @@ inline int ObExprSubstringIndex::calc_result_type3(ObExprResType &type,
|
||||
ObExprResType types[2] = {alloc, alloc};
|
||||
types[0] = str;
|
||||
types[1] = delim;
|
||||
if (OB_FAIL(aggregate_charsets_for_string_result_with_comparison(
|
||||
type, types, 2, type_ctx.get_coll_type()))) {
|
||||
if (OB_FAIL(aggregate_charsets_for_string_result_with_comparison(type, types, 2, type_ctx))) {
|
||||
LOG_WARN("aggregate_charsets_for_string_result_with_comparison failed", K(ret));
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user