~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/num_op.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  Item_num_op(Item *a,Item *b) :Item_func_numhybrid(a, b) {}
34
34
  virtual void result_precision()= 0;
35
35
 
36
 
  virtual inline void print(String *str, enum_query_type query_type)
 
36
  virtual inline void print(String *str)
37
37
  {
38
 
    print_op(str, query_type);
 
38
    print_op(str);
39
39
  }
40
40
 
41
41
  void find_num_type();