~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:01:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018110140-5kiyo83d27p56orh
Refactor

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(void *ptr, uint32_t length, enum Item_result type,
59
 
                   const charset_info_st * const cs, Derivation dv, bool unsigned_arg);
 
58
  void update_hash(const void*, uint32_t length, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
60
59
  void send(plugin::Client *client, String *str_arg);
61
60
  void make_field(SendField *tmp_field);
62
61
  bool check(bool use_result_field);