[BUGFIX] fix lob locatorv2 fill return ret

This commit is contained in:
obdev
2023-02-17 04:12:27 +00:00
committed by ob-robot
parent f04d43b4ee
commit 671aeb2cea

View File

@ -473,7 +473,7 @@ int ObLobLocatorV2::fill(ObMemLobType type,
K(ret), K(type), KP(offset), K(size_), K(flags), K(disk_lob_full_size)); K(ret), K(type), KP(offset), K(size_), K(flags), K(disk_lob_full_size));
} }
} }
return OB_SUCCESS; return ret;
} }
int ObLobLocatorV2::copy(const ObLobLocatorV2* src_locator) const int ObLobLocatorV2::copy(const ObLobLocatorV2* src_locator) const