~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/set_collation.cc

  • Committer: Andrew Hutchings
  • Date: 2011-03-29 20:45:43 UTC
  • mfrom: (2257 drizzle)
  • mto: (2257.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: andrew@linuxjedi.co.uk-20110329204543-ssex0nuo8knncgwx
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
void Item_func_set_collation::fix_length_and_dec()
41
41
{
42
 
  const CHARSET_INFO *set_collation;
 
42
  const charset_info_st *set_collation;
43
43
  const char *colname;
44
44
  String tmp, *str= args[1]->val_str(&tmp);
45
45
  colname= str->c_ptr();