638
HA_CREATE_INFO create;
639
load_db_opt_by_name((*db_name)->str, &create);
638
const CHARSET_INFO *cs= get_default_db_collation((*db_name)->str);
641
if (store_schema_schemata(session, table, *db_name,
642
create.default_table_charset))
640
if (store_schema_schemata(session, table, *db_name, cs))