fix temp table insert estimate row count bug
This commit is contained in:
@ -111,6 +111,7 @@ int ObLogTempTableInsert::do_re_est_cost(EstimateCostInfo ¶m, double &card,
|
||||
child->get_width(),
|
||||
opt_ctx);
|
||||
cost += op_cost;
|
||||
card = 0;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
@ -129,4 +130,4 @@ int ObLogTempTableInsert::get_plan_item_info(PlanText &plan_text,
|
||||
plan_item.object_alias_len_);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user