~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

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();