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:
parent
c968fd4818
commit
fdf1441a5a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user