[CP] fix dbms_lob check tx timeout
This commit is contained in:
parent
541a906e5a
commit
67442e074b
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_COMMA();
|
||||
J_KV("extern size", *(uint16_t *)extern_header->data_);
|
||||
offset += MEM_LOB_EXTERN_SIZE_LEN;
|
||||
J_COMMA();
|
||||
if (buf_len > pos && extern_header->flags_.has_tx_info_
|
||||
&& size_ >= offset + MEM_LOB_EXTERN_TXINFO_LEN) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user