提交 7870375d 编写于 作者: J jh0 提交者: wangzelin.wzl

fix OB_MOD_DO_NOT_USE_ME in set_outline_params_wrapper

上级 6a31057d
......@@ -9059,8 +9059,8 @@ OB_DEF_SERIALIZE_SIZE(ObMaxConcurrentParam)
ObOutlineParamsWrapper::ObOutlineParamsWrapper() : allocator_(NULL), outline_params_()
{}
ObOutlineParamsWrapper::ObOutlineParamsWrapper(common::ObIAllocator* allocator)
: allocator_(allocator), outline_params_(OB_MALLOC_NORMAL_BLOCK_SIZE, ObWrapperAllocator(allocator))
ObOutlineParamsWrapper::ObOutlineParamsWrapper(common::ObIAllocator *allocator)
: allocator_(allocator), outline_params_(OB_MALLOC_NORMAL_BLOCK_SIZE, ObWrapperAllocatorWithAttr(allocator))
{}
ObOutlineParamsWrapper::~ObOutlineParamsWrapper()
......
......@@ -5650,7 +5650,7 @@ private:
// used for outline manager
class ObOutlineParamsWrapper {
typedef common::ObArray<ObMaxConcurrentParam*, common::ObWrapperAllocator> OutlineParamsArray;
typedef common::ObArray<ObMaxConcurrentParam *, common::ObWrapperAllocatorWithAttr> OutlineParamsArray;
OB_UNIS_VERSION(1);
public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册