~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_open.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:
349
349
    share->rec[i].type=(int) FIELD_LAST;        /* End marker */
350
350
    if (offset > share->base.reclength)
351
351
    {
352
 
      /* purecov: begin inspected */
353
352
      my_errno= HA_ERR_CRASHED;
354
353
      goto err;
355
 
      /* purecov: end */
356
354
    }
357
355
 
358
356
    if (! lock_error)