51
52
if (info->opt_flag & (READ_CACHE_USED | WRITE_CACHE_USED))
55
56
info->opt_flag&= ~(READ_CACHE_USED | WRITE_CACHE_USED);
58
59
myisam_open_list.remove(info);
60
62
void * rec_buff_ptr= mi_get_rec_buff_ptr(info, info->rec_buff);
61
63
if (rec_buff_ptr != NULL)