~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/min_max.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

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