~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_handler.c

  • Committer: Jay Pipes
  • Date: 2008-07-17 21:21:21 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717212121-5qx4zm1fbqkz8ss0
Phase 6 - Remove DBUG from mysys

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
      break;
557
557
    case HA_KEYTYPE_END:                        /* purecov: inspected */
558
558
      /* keep compiler happy */
559
 
      DBUG_ASSERT(0);
 
559
      assert(0);
560
560
      break;
561
561
    }
562
562
  }