~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/my_handler.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:
570
570
    case HA_KEYTYPE_DOUBLE:
571
571
      a= end;
572
572
      break;
573
 
    case HA_KEYTYPE_END:                        /* purecov: inspected */
 
573
    case HA_KEYTYPE_END:
574
574
      /* keep compiler happy */
575
575
      assert(0);
576
576
      break;