row_merge_drop_temp_indexes(): Load the table via the dictionary cache.

Allow multiple indexes to be dropped. (Bug #53256)
This commit is contained in:
Marko Mäkelä 2010-05-05 14:24:11 +03:00
commit 3f8a812d7a

View file

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