~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  String *str_result(String* tmp);
69
69
  my_decimal *val_decimal_result(my_decimal *);
70
70
  bool val_bool_result();
71
 
  bool send(Protocol *protocol, String *str_arg);
 
71
  bool send(drizzled::plugin::Protocol *protocol, String *str_arg);
72
72
  void reset_field(Field *f);
73
73
  bool fix_fields(Session *, Item **);
74
74
  void fix_after_pullout(Select_Lex *new_parent, Item **ref);