fix ignore to reset task_expired

This commit is contained in:
obdev
2022-11-15 09:37:54 +00:00
committed by wangzelin.wzl
parent 085f9a7c6c
commit 3be23df8d1
2 changed files with 15 additions and 22 deletions

View File

@ -283,9 +283,9 @@ int ObExprToOutfileRow::print_wchar_to_buf(char *buf, const int64_t buf_len, int
LOG_WARN("failed to convert wc to mb");
} else {
pos += result_len;
}
return ret;
}
}
return ret;
}
int ObExprToOutfileRow::copy_string_to_buf(char *buf, const int64_t buf_len, int64_t &pos,
const ObString &str)