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

@ -223,7 +223,7 @@ void TestSqlUtils::init()
} else if (OB_FAIL(exec_ctx_.create_physical_plan_ctx())) {
OB_LOG(WARN, "Create plan ctx error", K(ret));
ASSERT_TRUE(0);
} else if (OB_SUCCESS != (ret = next_user_table_id_map_.create(16, ObModIds::OB_HASH_BUCKET_ALTER_TABLE_MAP ))) {
} else if (OB_SUCCESS != (ret = next_user_table_id_map_.create(16, "HashBucAltTabMa"))) {
_OB_LOG(WARN, "create user table id map failed, ret=%ld", ret);
ASSERT_TRUE(0);
} else {