1631
1617
HA_CREATE_INFO *ha_create_info)
1638
1624
MI_CREATE_INFO create_info;
1639
1625
TABLE_SHARE *share= table_arg->s;
1640
1626
uint options= share->db_options_in_use;
1649
1627
if ((error= table2myisam(table_arg, &keydef, &recinfo, &records)))
1650
1628
return(error); /* purecov: inspected */
1651
1629
memset((char*) &create_info, 0, sizeof(create_info));