34
34
Item_empty_string(const char *header,uint32_t length, const CHARSET_INFO * cs= NULL) :
35
35
Item_string("",0, cs ? cs : &my_charset_utf8_general_ci)
36
36
{ name=(char*) header; max_length= cs ? length * cs->mbmaxlen : length; }
40
40
#endif /* DRIZZLED_ITEM_EMPTRY_STRING_H */