remove unused code
This commit is contained in:
@ -441,7 +441,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
common::reset_mem_leak_checker_label(ObModIds::OB_COMMON_ARRAY_OB_LOG_TABLE_SCAN);
|
||||
common::reset_mem_leak_checker_label("ComArrObLogTabS");
|
||||
::test::init_pc();
|
||||
::test::run_test();
|
||||
return 0;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user