1
0
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:
Alexander Barkov
2014-12-10 16:46:21 +04:00
parent 822eb6ca3d
commit 0b936cda07
4 changed files with 7 additions and 13 deletions

View File

@ -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);