~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rrnd.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  /* Init all but update-flag */
54
54
  info->update&= (HA_STATE_CHANGED | HA_STATE_ROW_CHANGED);
55
55
 
56
 
  if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))
 
56
  if (info->opt_flag & WRITE_CACHE_USED && info->rec_cache.flush())
57
57
    return(errno);
58
58
 
59
59
  return ((*info->s->read_rnd)(info,buf,filepos,skip_deleted_blocks));