fix ObLobMetaScanIter field not init

This commit is contained in:
shadowao
2024-07-26 05:05:22 +00:00
committed by ob-robot
parent cbc3656037
commit 374d8b38cd

View File

@ -46,7 +46,8 @@ int ObLobMetaScanIter::open(ObLobAccessParam &param, ObILobApator* lob_adatper)
ObLobMetaScanIter::ObLobMetaScanIter()
: lob_adatper_(nullptr), meta_iter_(nullptr),
byte_size_(0), offset_(0), len_(0), coll_type_(ObCollationType::CS_TYPE_INVALID), scan_backward_(false),
allocator_(nullptr), access_ctx_(nullptr), scan_param_(), cur_pos_(0), cur_byte_pos_(0) {}
allocator_(nullptr), access_ctx_(nullptr), scan_param_(), cur_pos_(0), cur_byte_pos_(0), not_calc_char_len_(false),
not_need_last_info_(false) {}
int ObLobMetaScanIter::get_next_row(ObLobMetaInfo &row)
{