~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/hex_string.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-14 11:07:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2438.
  • Revision ID: olafvdspek@gmail.com-20111014110759-u96cbhrthqf416te
Use str_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
{
28
28
public:
29
29
  Item_hex_string() {}
30
 
  Item_hex_string(const char *str,uint32_t str_length);
 
30
  Item_hex_string(str_ref);
31
31
  enum Type type() const { return VARBIN_ITEM; }
32
32
  double val_real()
33
33
  {