~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-22 12:09:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: olafvdspek@gmail.com-20110822120932-ps6p9cmtuz9yx3by
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
    */
229
229
    key_stat_version= file->getShare()->key_stat_version - 1;
230
230
  }
231
 
  return (file ? 0 : 1);
 
231
  return file ? 0 : 1;
232
232
}
233
233
 
234
234
int ha_heap::close(void)