~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-18 11:48:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018114844-yit26aam30a9h5ip
Use data_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  type::Decimal *val_decimal(bool *null_value, type::Decimal *result);
63
63
  DTCollation collation;
64
64
 
65
 
  void update_hash(bool set_null, const void*, uint32_t length, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
 
65
  void update_hash(bool set_null, data_ref, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
66
66
};
67
67
 
68
68
} /* namespace drizzled */