75
75
if ((length=keyinfo->block_length) > IO_SIZE*2 &&
76
76
info->state->key_file_length != page+length)
77
77
length= ((mi_getint(buff)+IO_SIZE-1) & (uint) ~(IO_SIZE-1));
81
81
memset(buff+length, 0, keyinfo->block_length-length);
82
82
length=keyinfo->block_length;
86
86
info->s->kfile,page, level, (unsigned char*) buff,length,
87
87
(uint) keyinfo->block_length,
88
88
(int) ((info->lock_type != F_UNLCK) ||