63
62
for (i= 1 ; i < keys ; i++)
65
64
if (keyinfo[i].block_length != block_length)
72
71
length= info->preload_buff_size/block_length * block_length;
73
72
set_if_bigger(length, block_length);
83
82
/* Read the next block of index file into the preload buffer */
85
84
length= (uint32_t) (key_file_length-pos);
86
85
if (my_pread(share->kfile, (unsigned char*) buff, length, pos, MYF(MY_FAE|MY_FNABP)))