~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.cc

  • Committer: Brian Aker
  • Date: 2008-07-05 19:24:24 UTC
  • mfrom: (53.2.8 codestyle)
  • Revision ID: brian@tangent.org-20080705192424-3uslywtteymm7xqy
First pass of removing BIT_TYPE

Show diffs side-by-side

added added

removed removed

Lines of Context:
804
804
#ifndef DBUG_OFF
805
805
  DBUG_ASSERT(field_types == 0 ||
806
806
              field_types[field_pos] == MYSQL_TYPE_DECIMAL ||
807
 
              field_types[field_pos] == MYSQL_TYPE_BIT ||
808
807
              field_types[field_pos] == MYSQL_TYPE_NEWDECIMAL ||
809
808
              (field_types[field_pos] >= MYSQL_TYPE_ENUM &&
810
809
               field_types[field_pos] <= MYSQL_TYPE_GEOMETRY));
821
820
#ifndef DBUG_OFF
822
821
  DBUG_ASSERT(field_types == 0 ||
823
822
              field_types[field_pos] == MYSQL_TYPE_DECIMAL ||
824
 
              field_types[field_pos] == MYSQL_TYPE_BIT ||
825
823
              field_types[field_pos] == MYSQL_TYPE_NEWDECIMAL ||
826
824
              field_types[field_pos] == MYSQL_TYPE_NEWDATE ||
827
825
              (field_types[field_pos] >= MYSQL_TYPE_ENUM &&