[CP] fix dbms_lob check tx timeout
This commit is contained in:
1
deps/oblib/src/common/object/ob_object.cpp
vendored
1
deps/oblib/src/common/object/ob_object.cpp
vendored
@ -291,6 +291,7 @@ DEF_TO_STRING(ObLobLocatorV2)
|
|||||||
J_KV(K(*extern_header));
|
J_KV(K(*extern_header));
|
||||||
J_COMMA();
|
J_COMMA();
|
||||||
J_KV("extern size", *(uint16_t *)extern_header->data_);
|
J_KV("extern size", *(uint16_t *)extern_header->data_);
|
||||||
|
offset += MEM_LOB_EXTERN_SIZE_LEN;
|
||||||
J_COMMA();
|
J_COMMA();
|
||||||
if (buf_len > pos && extern_header->flags_.has_tx_info_
|
if (buf_len > pos && extern_header->flags_.has_tx_info_
|
||||||
&& size_ >= offset + MEM_LOB_EXTERN_TXINFO_LEN) {
|
&& size_ >= offset + MEM_LOB_EXTERN_TXINFO_LEN) {
|
||||||
|
|||||||
Reference in New Issue
Block a user