~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/timestamp_diff.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    decimals=0;
39
39
    maybe_null=1;
40
40
  }
41
 
  virtual void print(String *str, enum_query_type query_type);
 
41
  virtual void print(String *str);
42
42
};
43
43
 
44
44
} /* namespace drizzled */