~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:06:48 UTC
  • mfrom: (907.1.8 trunk-with-temporal)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305020648-7jk1gie4lqsi22g8
Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
/* Abstract CURDATE function. See also Item_func_curtime. */
27
27
class Item_func_curdate :public Item_date
28
28
{
 
29
protected:
29
30
  DRIZZLE_TIME ltime;
30
31
  drizzled::Date cached_temporal;
31
32
public: