mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +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
|
|
@ -318,7 +318,8 @@ void
|
|||
dict_table_replace_index_in_foreign_list(
|
||||
/*=====================================*/
|
||||
dict_table_t* table, /*!< in/out: table */
|
||||
dict_index_t* index); /*!< in: index to be replaced */
|
||||
dict_index_t* index, /*!< in: index to be replaced */
|
||||
const trx_t* trx); /*!< in: transaction handle */
|
||||
/*********************************************************************//**
|
||||
Checks if a index is defined for a foreign key constraint. Index is a part
|
||||
of a foreign key constraint if the index is referenced by foreign key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue