Commit fa582de2 authored by Alexey Botchkov's avatar Alexey Botchkov

test if the ha_partition::update_optimizer_costs is ever called.

parent 1e889a6e
......@@ -12268,6 +12268,7 @@ void ha_partition::set_optimizer_costs(THD *thd)
void ha_partition::update_optimizer_costs(OPTIMIZER_COSTS *costs)
{
DBUG_ASSERT(0);
uint i= bitmap_get_first_set(&m_part_info->read_partitions);
m_file[i]->update_optimizer_costs(costs);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment