[CP] fix dbms_lob check tx timeout

This commit is contained in:
shadowao 2024-04-17 13:05:16 +00:00 committed by ob-robot
parent 541a906e5a
commit 67442e074b

View File

@ -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) {