mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 16:55:31 +02:00
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:
parent
415e5b282b
commit
3f8a812d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue