#At file:///Users/mattiasj/clones/bzrroot/topush-51-bugteam/ based on revid:joro@stripped
3325 Mattias Jonsson 2010-01-19
post-push patch for bug#47343.
Missing ha_rnd_end in copy_partitions, found due to a
DBUG_ASSERT in mysql-pe
@ sql/ha_partition.cc
Post-push patch for bug#47343
Must call ha_rnd_end since ha_rnd_init has been called.
modified:
sql/ha_partition.cc
=== modified file 'sql/ha_partition.cc'
--- a/sql/ha_partition.cc 2010-01-18 16:49:18 +0000
+++ b/sql/ha_partition.cc 2010-01-19 16:02:51 +0000
@@ -1705,6 +1705,7 @@ int ha_partition::copy_partitions(ulongl
}
DBUG_RETURN(FALSE);
error:
+ m_reorged_file[reorg_part]->ha_rnd_end();
DBUG_RETURN(result);
}
Attachment: [text/bzr-bundle]
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (mattias.jonsson:3325)Bug#47343 | Mattias Jonsson | 19 Jan |