mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix Bug #48026 Log start and end of InnoDB buffer pool initialization
to the error log rb://513 approved by Sunny Bains
This commit is contained in:
parent
7ade161589
commit
f2215a11ac
5 changed files with 24 additions and 9 deletions
|
|
@ -2043,7 +2043,7 @@ row_merge_drop_index(
|
|||
/* Replace this index with another equivalent index for all
|
||||
foreign key constraints on this table where this index is used */
|
||||
|
||||
dict_table_replace_index_in_foreign_list(table, index);
|
||||
dict_table_replace_index_in_foreign_list(table, index, trx);
|
||||
dict_index_remove_from_cache(table, index);
|
||||
|
||||
trx->op_info = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue