29
29
#include <drizzled/item/string.h>
34
31
class Item_empty_string :public Item_string
37
34
Item_empty_string(const char *header,uint32_t length, const CHARSET_INFO * cs= NULL) :
38
35
Item_string("",0, cs ? cs : &my_charset_utf8_general_ci)
40
37
void make_field(SendField *field);
45
40
#endif /* DRIZZLED_ITEM_EMPTY_STRING_H */