Commit fdf1441a authored by Mattias Jonsson's avatar Mattias Jonsson

post-push patch for bug#47343.

Missing ha_rnd_end in copy_partitions, found due to a
DBUG_ASSERT in mysql-pe
parent c968fd48
......@@ -1705,6 +1705,7 @@ int ha_partition::copy_partitions(ulonglong * const copied,
}
DBUG_RETURN(FALSE);
error:
m_reorged_file[reorg_part]->ha_rnd_end();
DBUG_RETURN(result);
}
......
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