not return error code when schedule config update task failed
This commit is contained in:
@ -190,9 +190,9 @@ int ObExprToOutfileRow::to_outfile_str(const ObExpr &expr, ObEvalCtx &ctx, ObDat
|
||||
if (OB_SUCC(ret)) {
|
||||
char *res_buf = NULL;
|
||||
if (OB_ISNULL(res_buf = expr.get_str_res_mem(ctx, pos))) {
|
||||
ret = OB_ALLOCATE_MEMORY_FAILED;
|
||||
LOG_WARN("allocate memory failed", K(ret), K(pos));
|
||||
} else {
|
||||
ret = OB_ALLOCATE_MEMORY_FAILED;
|
||||
LOG_WARN("allocate memory failed", K(ret), K(pos));
|
||||
} else {
|
||||
MEMCPY(res_buf, buf, pos);
|
||||
expr_datum.set_string(res_buf, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user