23 #include <plugin/utility_functions/functions.h>
24 #include <drizzled/display.h>
29 namespace utility_functions
37 const std::string &tmp= display::type(args[0]->result_type());
38 str->copy(tmp.c_str(), tmp.length(), system_charset_info);
43 void ResultType::fix_length_and_dec()
45 max_length= display::type(args[0]->result_type()).size() * system_charset_info->mbmaxlen;
String * val_str(String *)
TODO: Rename this file - func.h is stupid.