~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-20 10:21:10 UTC
  • mto: This revision was merged to the branch mainline in revision 2016.
  • Revision ID: brian@tangent.org-20101220102110-60oh6zarw5n9nhah
Fixing up a, somewhat, hidden unsigned type to solve a few issues around
numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
      tmp_field->col_name=Item::name;               // Use user supplied name
342
342
  }
343
343
  else
 
344
  {
344
345
    Item::make_field(tmp_field);
 
346
  }
345
347
}
346
348
 
347
349
/*