replace ts related to ddl with scn.

This commit is contained in:
obdev
2022-11-28 02:21:13 +00:00
committed by ob-robot
parent bbec6aff49
commit 8a4d14122f
539 changed files with 17685 additions and 173434 deletions

View File

@ -46,8 +46,6 @@ int ObDeviceManager::init_devices_env()
} else if (OB_FAIL(allocator_.init(ObMallocAllocator::get_instance(),
OB_MALLOC_MIDDLE_BLOCK_SIZE, mem_attr))) {
OB_LOG(WARN, "Fail to init allocator ", K(ret));
} else if (OB_FAIL(init_cos_env())) {
OB_LOG(WARN, "fail to init cos storage", K(ret));
} else if (OB_FAIL(init_oss_env())) {
OB_LOG(WARN, "fail to init oss storage", K(ret));
}
@ -77,7 +75,6 @@ void ObDeviceManager::destroy()
}
//free the arena
allocator_.reset();
fin_cos_env();
fin_oss_env();
is_init_ = false;
device_count_ = 0;