~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_close.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-22 13:44:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: olafvdspek@gmail.com-20110822134406-r6z3npv2pqk239qz
Remove keycache

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
64
    if (share->kfile >= 0)
70
65
    {
71
66
      /*