1626
1626
uint options= share->db_options_in_use;
1627
1627
if ((error= table2myisam(table_arg, &keydef, &recinfo, &records)))
1628
1628
return(error); /* purecov: inspected */
1630
1630
create_info.max_rows= share->max_rows;
1631
1631
create_info.reloc_rows= share->min_rows;
1632
1632
create_info.with_auto_increment= share->next_number_key_offset == 0;