[BUGFIX]lob reader should not use sys tentant memory

This commit is contained in:
obdev
2022-11-02 14:13:11 +00:00
committed by wangzelin.wzl
parent ede4af85ae
commit 52de6c55cc

View File

@ -23,7 +23,8 @@ namespace storage
{ {
ObLobDataReader::ObLobDataReader() ObLobDataReader::ObLobDataReader()
: is_inited_(false), tablet_id_(), access_ctx_(nullptr), allocator_(ObModIds::OB_LOB_READER) : is_inited_(false), tablet_id_(), access_ctx_(nullptr),
allocator_(ObModIds::OB_LOB_READER, OB_MALLOC_NORMAL_BLOCK_SIZE, MTL_ID())
{ {
} }