~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_conv.cc

  • Committer: Monty Taylor
  • Date: 2008-07-31 20:54:55 UTC
  • mfrom: (243 drizzle)
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731205455-w5c7bplk91v2o1qb
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
    */
754
754
    if (to->table->copy_blobs ||
755
755
        (!blob->value.is_alloced() &&
756
 
         from->real_type() != DRIZZLE_TYPE_STRING &&
757
756
         from->real_type() != DRIZZLE_TYPE_VARCHAR))
758
757
      blob->value.copy();
759
758
    return blob->store(blob->value.ptr(),blob->value.length(),from->charset());