~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rrnd.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  info->update&= (HA_STATE_CHANGED | HA_STATE_ROW_CHANGED);
53
53
 
54
54
  if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))
55
 
    return(my_errno);
 
55
    return(errno);
56
56
 
57
57
  return ((*info->s->read_rnd)(info,buf,filepos,skip_deleted_blocks));
58
58
}