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:
Jimmy Yang 2010-11-10 21:32:12 -08:00
commit f2215a11ac
5 changed files with 24 additions and 9 deletions

View file

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