diff --git a/src/sql/ob_sql_context.h b/src/sql/ob_sql_context.h index 04f3cb853b..5722201c47 100644 --- a/src/sql/ob_sql_context.h +++ b/src/sql/ob_sql_context.h @@ -379,7 +379,7 @@ public: static bool is_link_table(const ObDMLStmt *stmt, uint64_t table_id); private: share::schema::ObSchemaGetterGuard *schema_guard_; - common::ModulePageAllocator allocator_; + common::ObArenaAllocator allocator_; common::ObSEArray table_schemas_; uint64_t next_link_table_id_; };