fix core at create_normal_tenant

This commit is contained in:
obdev
2024-02-08 00:26:51 +00:00
committed by ob-robot
parent af5bc4a3c3
commit d3211dc5be
3 changed files with 4 additions and 5 deletions

View File

@ -9634,9 +9634,8 @@ public:
private:
uint64_t tenant_id_;
int64_t sys_schema_version_;
common::ObSArray<share::schema::ObTableSchema> tables_;
public:
common::ObArenaAllocator allocator_;
common::ObSArray<share::schema::ObTableSchema> tables_;
};
struct ObBatchBroadcastSchemaResult