~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-05 21:25:02 UTC
  • mfrom: (2322 drizzle)
  • mto: (2318.2.9 rf)
  • mto: This revision was merged to the branch mainline in revision 2333.
  • Revision ID: olafvdspek@gmail.com-20110605212502-5c48zm4e9kdtyrys
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  String *str_result(String* tmp);
73
73
  type::Decimal *val_decimal_result(type::Decimal *);
74
74
  bool val_bool_result();
75
 
  bool send(plugin::Client *client, String *str_arg);
 
75
  void send(plugin::Client *client, String *str_arg);
76
76
  void reset_field(Field *f);
77
77
  bool fix_fields(Session *, Item **);
78
78
  void fix_after_pullout(Select_Lex *new_parent, Item **ref);