remove unused code

This commit is contained in:
nroskill
2023-05-22 03:41:34 +00:00
committed by ob-robot
parent f8699503fa
commit b6cb96f6ce
123 changed files with 28 additions and 21432 deletions

View File

@ -29,7 +29,7 @@ ObMockIterator::ObMockIterator(bool reverse)
cursor_(0),
reverse_(reverse),
trans_id_(888),
allocator_(ObModIds::OB_ST_TEMP)
allocator_("StTemp")
{
}
@ -204,7 +204,7 @@ int ObMockIterator::from(const ObString &str, char escape, uint16_t *col_id_arra
{
int ret = OB_SUCCESS;
ObMockIteratorBuilder builder;
ObArenaAllocator buffer(ObModIds::OB_ST_TEMP);
ObArenaAllocator buffer("StTemp");
if (OB_SUCCESS != (ret != builder.init(&buffer, escape))) {
STORAGE_LOG(WARN, "init builder failed");
} else {