~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/conv_charset.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  String *val_str(String *);
66
66
  void fix_length_and_dec();
67
67
  const char *func_name() const { return "convert"; }
68
 
  virtual void print(String *str, enum_query_type query_type);
 
68
  virtual void print(String *str);
69
69
};
70
70
 
71
71
} /* namespace drizzled */