Commit 5ac91c3b authored by Marko Mäkelä's avatar Marko Mäkelä

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

Allow multiple indexes to be dropped. (Bug #53256)
parent 2cabdebc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment