[BUGFIX] fix lob remote query timeout

This commit is contained in:
obdev
2023-03-08 14:10:55 +00:00
committed by ob-robot
parent 83ca7f5f2e
commit ba782bb0cc
3 changed files with 14 additions and 5 deletions

View File

@ -55,7 +55,7 @@ struct ObLobTextIterCtx
ObLobTextIterCtx(ObLobLocatorV2 &locator, const sql::ObBasicSessionInfo *session,
ObIAllocator *allocator = NULL, uint32_t buffer_len = OB_LOB_ITER_DEFAULT_BUFFER_LEN) :
alloc_(allocator), session_(NULL), buff_(NULL), buff_byte_len_(buffer_len), start_offset_(0),
alloc_(allocator), session_(session), buff_(NULL), buff_byte_len_(buffer_len), start_offset_(0),
total_access_len_(0), total_byte_len_(0), content_byte_len_(0), content_len_(0),
reserved_byte_len_(0), reserved_len_(0), accessed_byte_len_(0), accessed_len_(0),
last_accessed_byte_len_(0), last_accessed_len_(0), iter_count_(0), is_cloned_temporary_(false),