提交 52de6c55 编写于 作者: O obdev 提交者: wangzelin.wzl

[BUGFIX]lob reader should not use sys tentant memory

上级 ede4af85
......@@ -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())
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册