~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/column.cc

  • Committer: Brian Aker
  • Date: 2011-11-20 18:59:19 UTC
  • mto: (2463.1.1 drizzle-include)
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111120185919-8a0og41w2nn8redh
Small correction to style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1170
1170
  ptr+= 4;
1171
1171
 
1172
1172
  if (con->options & DRIZZLE_CON_MYSQL)
 
1173
  {
1173
1174
    ptr[0]= column->type;
 
1175
  }
1174
1176
  else
 
1177
  {
1175
1178
    ptr[0]= _column_type_drizzle_map_from[column->type];
 
1179
  }
1176
1180
  ptr++;
1177
1181
 
1178
1182
  drizzle_set_byte2(ptr, column->flags);