~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-05-28 16:23:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2321.
  • Revision ID: olafvdspek@gmail.com-20110528162309-epdm35s0vvqtpuag
Return void

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  type::Decimal *val_decimal_result(type::Decimal *);
58
58
  void update_hash(void *ptr, uint32_t length, enum Item_result type,
59
59
                   const charset_info_st * const cs, Derivation dv, bool unsigned_arg);
60
 
  bool send(plugin::Client *client, String *str_arg);
 
60
  void send(plugin::Client *client, String *str_arg);
61
61
  void make_field(SendField *tmp_field);
62
62
  bool check(bool use_result_field);
63
63
  void update();