~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.h

  • Committer: Monty Taylor
  • Date: 2009-12-08 22:43:58 UTC
  • mfrom: (1240.1.5 build)
  • mto: (1240.1.6 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: mordred@inaugust.com-20091208224358-u1pazjsnn4n932cu
MergedĀ upĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  bool fix_fields(Session *session, Item **ref);
67
67
  void fix_length_and_dec();
68
68
  virtual void print(String *str, enum_query_type query_type);
69
 
  void print_as_stmt(String *str, enum_query_type query_type);
 
69
 
70
70
  const char *func_name() const { return "set_user_var"; }
71
71
  int save_in_field(Field *field, bool no_conversions,
72
72
                    bool can_use_result_field);