~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/function/str/strfunc.h>
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
class Item_func_conv_charset :public Item_str_func
26
29
{
27
30
  bool use_cached_value;
65
68
  virtual void print(String *str, enum_query_type query_type);
66
69
};
67
70
 
 
71
} /* namespace drizzled */
 
72
 
68
73
#endif /* DRIZZLED_FUNCTION_STR_CONV_CHARSET_H */