71
71
static int myisamchk(MI_CHECK *param, char *filename);
72
72
static void descript(MI_CHECK *param, register MI_INFO *info, char * name);
73
73
static int mi_sort_records(MI_CHECK *param, register MI_INFO *info,
75
75
bool write_info, bool update_index);
76
76
static int sort_record_index(MI_SORT_PARAM *sort_param, MI_INFO *info,
78
my_off_t page,unsigned char *buff,uint sortkey,
78
my_off_t page,unsigned char *buff,uint32_t sortkey,
79
79
File new_file, bool update_index);