~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

  • Committer: Mark Atwood
  • Date: 2011-06-03 17:57:46 UTC
  • mfrom: (2313.3.7 void)
  • Revision ID: me@mark.atwood.name-20110603175746-5qgjopd4l9wvhfk4
mergeĀ lp:~olafvdspek/drizzle/void3

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);