~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/min_max.h

  • Committer: Mark Atwood
  • Date: 2011-05-13 18:04:43 UTC
  • mfrom: (2297.2.3 drizzle-ga)
  • Revision ID: me@mark.atwood.name-20110513180443-qeuvd6tqajgy3ww6
mergeĀ lp:~brianaker/drizzle/func-no-session

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: