~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.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:
55
55
  int64_t val_int_result();
56
56
  String *str_result(String *str);
57
57
  type::Decimal *val_decimal_result(type::Decimal *);
58
 
  void update_hash(const void*, uint32_t length, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
 
58
  void update_hash(data_ref, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
59
59
  void send(plugin::Client *client, String *str_arg);
60
60
  void make_field(SendField *tmp_field);
61
61
  bool check(bool use_result_field);