~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_close.cc

  • Committer: Mark Atwood
  • Date: 2011-09-14 03:30:42 UTC
  • mfrom: (2409.2.6 refactor7)
  • Revision ID: me@mark.atwood.name-20110914033042-2u0s8foaigvf62g2
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  free(rec_buff_ptr);
62
62
  if (flag)
63
63
  {
64
 
    if (share->kfile >= 0 &&
65
 
        flush_key_blocks(share->getKeyCache(), share->kfile,
66
 
                         share->temporary ? FLUSH_IGNORE_CHANGED :
67
 
                         FLUSH_RELEASE))
68
 
      error=errno;
69
 
    end_key_cache(share->getKeyCache(), true);
70
64
    if (share->kfile >= 0)
71
65
    {
72
66
      /*