1658
1653
if ((error= table2myisam(table_arg, &keydef, &recinfo, &records)))
1659
1654
return(error); /* purecov: inspected */
1661
1656
create_info.max_rows= share->max_rows;
1662
1657
create_info.reloc_rows= share->min_rows;
1663
1658
create_info.with_auto_increment= share->next_number_key_offset == 0;