~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1263
1263
  {
1264
1264
    char buff[MAX_FIELD_WIDTH];
1265
1265
    String tmp(buff,sizeof(buff),str->charset());
1266
 
    field->val_str(&tmp);
 
1266
    field->val_str_internal(&tmp);
1267
1267
    if (field->is_null())  {
1268
1268
      str->append("NULL");
1269
1269
    }