post-push patch for bug#47343.

Missing ha_rnd_end in copy_partitions, found due to a
DBUG_ASSERT in mysql-pe
This commit is contained in:
Mattias Jonsson 2010-01-19 17:02:51 +01:00
parent c968fd4818
commit fdf1441a5a

View File

@ -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);
}