~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.cc

  • Committer: Brian Aker
  • Date: 2008-07-06 04:27:02 UTC
  • Revision ID: brian@tangent.org-20080706042702-hsbhcwimomo7fwx5
Second pass remove MEDIUMINT

Show diffs side-by-side

added added

removed removed

Lines of Context:
859
859
{
860
860
#ifndef DBUG_OFF
861
861
  DBUG_ASSERT(field_types == 0 ||
862
 
              field_types[field_pos] == MYSQL_TYPE_INT24 ||
863
862
              field_types[field_pos] == MYSQL_TYPE_LONG);
864
863
  field_pos++;
865
864
#endif