~jaypipes/drizzle/bugs

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_FUNCTION_STR_USER_H
22
22
 
23
23
#include <drizzled/function/str/strfunc.h>
 
24
#include "drizzled/global_charset_info.h"
 
25
 
24
26
 
25
27
class Item_func_user :public Item_str_func
26
28
{