1 #ifndef DATADICT_INCLUDED
2 #define DATADICT_INCLUDED
32 frm_type_enum dd_frm_type(THD *thd,
char *path,
enum legacy_db_type *dbt);
34 bool dd_frm_storage_engine(THD *thd,
const char *db,
const char *
table_name,
36 bool dd_check_storage_engine_flag(THD *thd,
40 bool dd_recreate_table(THD *thd,
const char *db,
const char *
table_name);
42 #endif // DATADICT_INCLUDED