Fixed the problem of core when logging due to missing error code
This commit is contained in:
@ -997,8 +997,10 @@ int ObExprSubstr::eval_substr_vector(VECTOR_EVAL_FUNC_ARG_DECL)
|
||||
ret = vector_substr<ObVectorBase, ObVectorBase>(VECTOR_EVAL_FUNC_ARG_LIST);
|
||||
}
|
||||
}
|
||||
SQL_LOG(DEBUG, "expr", K(ToStrVectorHeader(expr.get_vector_header(ctx), expr, &skip, bound)));
|
||||
SQL_LOG(DEBUG, "expr.args_[0]", K(ToStrVectorHeader(expr.args_[0]->get_vector_header(ctx), *expr.args_[0], &skip, bound)));
|
||||
if (OB_SUCC(ret)) {
|
||||
SQL_LOG(DEBUG, "expr", K(ToStrVectorHeader(expr.get_vector_header(ctx), expr, &skip, bound)));
|
||||
SQL_LOG(DEBUG, "expr.args_[0]", K(ToStrVectorHeader(expr.args_[0]->get_vector_header(ctx), *expr.args_[0], &skip, bound)));
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
DEF_SET_LOCAL_SESSION_VARS(ObExprSubstr, raw_expr) {
|
||||
|
||||
Reference in New Issue
Block a user