~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/hex_string.h

New merge for TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/item/basic_constant.h>
24
24
 
25
 
namespace drizzled
26
 
{
27
 
 
28
25
class Item_hex_string: public Item_basic_constant
29
26
{
30
27
public:
49
46
  virtual Item *safe_charset_converter(const CHARSET_INFO * const tocs);
50
47
};
51
48
 
52
 
} /* namespace drizzled */
53
49
 
54
50
#endif /* DRIZZLED_ITEM_HEX_STRING_H */