~vjsamuel/drizzle/fix-bug-850898

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_search.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:
44
44
    info->update= ((info->update & (HA_STATE_CHANGED | HA_STATE_ROW_CHANGED)) |
45
45
                   HA_STATE_NEXT_FOUND | HA_STATE_PREV_FOUND);
46
46
  }
47
 
  if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))
 
47
  if (info->opt_flag & WRITE_CACHE_USED && info->rec_cache.flush())
48
48
    return(-1);
49
49
  return(inx);
50
50
} /* mi_check_index */