20
20
#ifndef DRIZZLED_ITEM_BIN_STRING_H
21
21
#define DRIZZLED_ITEM_BIN_STRING_H
24
23
#include <drizzled/item/hex_string.h>
31
25
class Item_bin_string: public Item_hex_string
34
28
Item_bin_string(const char *str,uint32_t str_length);
41
34
Field *result_field; /* Save result here */