~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/min_max.h

  • Committer: Brian Aker
  • Date: 2011-05-12 21:50:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2311.
  • Revision ID: brian@tangent.org-20110512215049-rc603c1zl03v1i1h
Merge in additional removal of session from min/max function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  bool compare_as_dates;
34
34
  /* An item used for issuing warnings while string to DATETIME conversion. */
35
35
  Item *datetime_item;
36
 
  Session *session;
37
36
protected:
38
37
  enum_field_types cached_field_type;
39
38
public: