fix ObLobMetaScanIter field not init
This commit is contained in:
@ -46,7 +46,8 @@ int ObLobMetaScanIter::open(ObLobAccessParam ¶m, ObILobApator* lob_adatper)
|
|||||||
ObLobMetaScanIter::ObLobMetaScanIter()
|
ObLobMetaScanIter::ObLobMetaScanIter()
|
||||||
: lob_adatper_(nullptr), meta_iter_(nullptr),
|
: lob_adatper_(nullptr), meta_iter_(nullptr),
|
||||||
byte_size_(0), offset_(0), len_(0), coll_type_(ObCollationType::CS_TYPE_INVALID), scan_backward_(false),
|
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)
|
int ObLobMetaScanIter::get_next_row(ObLobMetaInfo &row)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user