@@ -72,7 +72,6 @@ static int copy_data_between_tables(THD *thd, TABLE *from,TABLE *to,
72
72
Alter_table_ctx *alter_ctx);
73
73
74
74
static bool prepare_blob_field (THD *thd, Create_field *sql_field);
75
- static bool check_engine (THD *, const char *, const char *, HA_CREATE_INFO *);
76
75
static int mysql_prepare_create_table (THD *, HA_CREATE_INFO *, Alter_info *,
77
76
uint *, handler *, KEY **, uint *, int );
78
77
static uint blob_length_by_type (enum_field_types type);
@@ -9816,8 +9815,8 @@ bool mysql_checksum_table(THD *thd, TABLE_LIST *tables,
9816
9815
@retval true Engine not available/supported, error has been reported.
9817
9816
@retval false Engine available/supported.
9818
9817
*/
9819
- static bool check_engine (THD *thd, const char *db_name,
9820
- const char *table_name, HA_CREATE_INFO *create_info)
9818
+ bool check_engine (THD *thd, const char *db_name,
9819
+ const char *table_name, HA_CREATE_INFO *create_info)
9821
9820
{
9822
9821
DBUG_ENTER (" check_engine" );
9823
9822
handlerton **new_engine= &create_info->db_type ;
0 commit comments