~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.h

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  my_decimal *val_decimal_result(my_decimal *);
59
59
  bool update_hash(void *ptr, uint32_t length, enum Item_result type,
60
60
                   const CHARSET_INFO * const cs, Derivation dv, bool unsigned_arg);
61
 
  bool send(Protocol *protocol, String *str_arg);
 
61
  bool send(drizzled::plugin::Protocol *protocol, String *str_arg);
62
62
  void make_field(SendField *tmp_field);
63
63
  bool check(bool use_result_field);
64
64
  bool update();