1779
1778
if (info->opt_flag & WRITE_CACHE_USED &&
1780
1779
info->rec_cache.pos_in_file <
1781
1780
block_info.filepos + block_info.data_len &&
1784
1783
/* lseek(info->dfile,filepos,SEEK_SET); */
1785
1784
if (internal::my_read(info->dfile,(unsigned char*) to,block_info.data_len,MYF(MY_NABP)))