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

@ -9303,8 +9303,8 @@ const ObLSInfo &ObDetectMasterRsLSResult::get_ls_info() const
ObBatchBroadcastSchemaArg::ObBatchBroadcastSchemaArg()
: tenant_id_(common::OB_INVALID_TENANT_ID),
sys_schema_version_(common::OB_INVALID_VERSION),
tables_(),
allocator_("BroadcastSchema", OB_MALLOC_MIDDLE_BLOCK_SIZE)
allocator_("BroadcastSchema", OB_MALLOC_MIDDLE_BLOCK_SIZE),
tables_()
{}
ObBatchBroadcastSchemaArg::~ObBatchBroadcastSchemaArg()