~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  virtual void split_sum_func(Session *session, Item **ref_pointer_array,
125
125
                              List<Item> &fields);
126
126
 
127
 
  virtual void print(String *str, enum_query_type query_type);
128
 
  void print_op(String *str, enum_query_type query_type);
129
 
  void print_args(String *str, uint32_t from, enum_query_type query_type);
 
127
  virtual void print(String *str);
 
128
  void print_op(String *str);
 
129
  void print_args(String *str, uint32_t from);
130
130
  virtual void fix_num_length_and_dec();
131
131
  void count_only_length();
132
132
  void count_real_length();