~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.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:
155
155
  }
156
156
  case STRING_RESULT:
157
157
  {
158
 
    save_result.vstr= use_result_field ? result_field->val_str(&value) :
159
 
                       args[0]->val_str(&value);
 
158
    save_result.vstr= use_result_field ? result_field->val_str_internal(&value) :
 
159
      args[0]->val_str(&value);
160
160
    break;
161
161
  }
162
162
  case DECIMAL_RESULT: