[BUGFIX]lob reader should not use sys tentant memory
This commit is contained in:
@ -23,7 +23,8 @@ namespace storage
|
||||
{
|
||||
|
||||
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())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user