fix dblink plan init info bug

This commit is contained in:
zzg19950727
2023-04-06 07:23:34 +00:00
committed by ob-robot
parent 952854b733
commit 10e42c43a8
5 changed files with 7 additions and 17 deletions

View File

@ -52,8 +52,6 @@ int ObExplainLogPlan::generate_normal_raw_plan()
create(optimizer_context_, *child_stmt))) {
ret = OB_ALLOCATE_MEMORY_FAILED;
LOG_ERROR("failed to create log plan for explain stmt");
} else if (OB_FAIL(child_plan->init_plan_info())) {
LOG_WARN("failed to init equal_sets");
} else if (OB_FAIL(child_plan->generate_plan())) {
LOG_WARN("failed to generate plan tree for explain", K(ret));
} else if (OB_FAIL(ObCodeGenerator::detect_batch_size(*child_plan, batch_size))) {