~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.cc

  • Committer: Brian Aker
  • Date: 2010-10-15 01:52:41 UTC
  • mfrom: (1843.6.2 tmp-trunk)
  • Revision ID: brian@tangent.org-20101015015241-sj2gz9dfncd8483b
Merge in shuffle for table in creation (this patch needs to go in before a
few others in order to preserve the correct behavior).

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
 
532
532
uint32_t Field_blob::pack_length() const
533
533
{
534
 
  return (uint32_t) (packlength + getTable()->getShare()->blob_ptr_size);
 
534
  return (uint32_t) (packlength + portable_sizeof_char_ptr);
535
535
}
536
536
 
537
537
void Field_blob::sql_type(String &res) const