mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
MDEV-15865 Crash in dict_index_set_merge_threshold() on CREATE TABLE
Apply the contributed patch from MySQL Bug #89126 create table panic on innobase_parse_hint_from_comment by Yan Huang.
This commit is contained in:
parent
4cd7979c56
commit
36d28f210a
1 changed files with 1 additions and 2 deletions
|
@ -12948,10 +12948,9 @@ create_table_info_t::create_table_update_dict()
|
|||
dict_table_autoinc_unlock(innobase_table);
|
||||
}
|
||||
|
||||
dict_table_close(innobase_table, FALSE, FALSE);
|
||||
|
||||
innobase_parse_hint_from_comment(m_thd, innobase_table, m_form->s);
|
||||
|
||||
dict_table_close(innobase_table, FALSE, FALSE);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue