~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

Simple encapsulation for table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
997
997
  {
998
998
    copy->blob_field=(Field_blob*) this;
999
999
    copy->strip=0;
1000
 
    copy->length-= table->getShare()->blob_ptr_size;
 
1000
    copy->length-= table->getShare()->sizeBlobPtr();
1001
1001
    return copy->length;
1002
1002
  }
1003
1003
  else