fix core at create_normal_tenant

This commit is contained in:
tushicheng
2023-12-18 22:17:54 +00:00
committed by ob-robot
parent d2ef3db981
commit 1e07e4f406
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