mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Using Schema_specification_st instead of HA_CREATE_INFO in a few places
where the former is enough.
This commit is contained in:
@ -4207,7 +4207,7 @@ static void set_table_default_charset(THD *thd,
|
||||
*/
|
||||
if (!create_info->default_table_charset)
|
||||
{
|
||||
HA_CREATE_INFO db_info;
|
||||
Schema_specification_st db_info;
|
||||
|
||||
load_db_opt_by_name(thd, db, &db_info);
|
||||
|
||||
|
Reference in New Issue
Block a user