~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Eric Day
  • Date: 2009-08-31 23:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: eday@oddments.org-20090831235037-hwwe6zhq94o4lxtd
Removed purecov messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
  if (new_handler && !new_handler->ha_open(table, file->s->name, table->db_stat,
196
196
                                           HA_OPEN_IGNORE_IF_LOCKED))
197
197
    return new_handler;
198
 
  return NULL;  /* purecov: inspected */
 
198
  return NULL;
199
199
}
200
200
 
201
201