~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-06-11 22:06:29 UTC
  • mfrom: (1055.2.24 working)
  • Revision ID: brian@gaz-20090611220629-ct55qcmaiiuxrjaq
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
1672
1672
    if (sql_field->sql_type == DRIZZLE_TYPE_BLOB)
1673
1673
    {
1674
1674
      /* The user has given a length to the blob column */
1675
 
      sql_field->sql_type= get_blob_type_from_length(sql_field->length);
1676
1675
      sql_field->pack_length= calc_pack_length(sql_field->sql_type, 0);
1677
1676
    }
1678
1677
    sql_field->length= 0;