~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.h

MergeĀ fromĀ Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
61
  bool send(Protocol *protocol, String *str_arg);
62
 
  void make_field(Send_field *tmp_field);
 
62
  void make_field(SendField *tmp_field);
63
63
  bool check(bool use_result_field);
64
64
  bool update();
65
65
  enum Item_result result_type () const { return cached_result_type; }