~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/unireg.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:
971
971
      null_count++;
972
972
    }
973
973
 
974
 
    if (field->sql_type == MYSQL_TYPE_BIT && !f_bit_as_char(field->pack_flag))
975
 
      null_count+= field->length & 7;
976
 
 
977
974
    type= (Field::utype) MTYP_TYPENR(field->unireg_check);
978
975
 
979
976
    if (field->def)