[to #46638139] send long data remove error packet

This commit is contained in:
LiuYoung00
2022-12-13 06:38:02 +00:00
committed by ob-robot
parent f93ef2fe39
commit c61f55cc8e
6 changed files with 50 additions and 32 deletions

View File

@ -2269,6 +2269,9 @@ int ObMPStmtExecute::parse_param_value(ObIAllocator &allocator,
} else if (NULL == piece->get_allocator()) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("piece allocator is null.", K(stmt_id_), K(param_id), K(ret));
} else if (OB_SUCCESS != piece->get_error_ret()) {
ret = piece->get_error_ret();
LOG_WARN("send long data has error. ", K(stmt_id_), K(param_id), K(ret));
} else {
if (OB_UNLIKELY(MYSQL_TYPE_COMPLEX == type)) {
// this must be array bounding.