#At file:///home/marko/innobase/dev/mysql/5.1-innodb/ based on revid:marko.makela@strippedffgotrhck2
3450 Marko Mäkelä 2010-05-05
row_merge_drop_temp_indexes(): Load the table via the dictionary cache.
Allow multiple indexes to be dropped. (Bug #53256)
modified:
storage/innodb_plugin/row/row0merge.c
=== modified file 'storage/innodb_plugin/row/row0merge.c'
--- a/storage/innodb_plugin/row/row0merge.c 2010-04-27 13:47:38 +0000
+++ b/storage/innodb_plugin/row/row0merge.c 2010-05-05 11:24:11 +0000
@@ -2087,7 +2087,7 @@ row_merge_drop_temp_indexes(void)
btr_pcur_store_position(&pcur, &mtr);
btr_pcur_commit_specify_mtr(&pcur, &mtr);
- table = dict_load_table_on_id(table_id);
+ table = dict_table_get_on_id_low(table_id);
if (table) {
dict_index_t* index;
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20100505112411-qgnn6butka20dn7p.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-innodb branch (marko.makela:3450) Bug#53256 | marko.makela | 5 May |