~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-09 19:18:36 UTC
  • mfrom: (923 drizzle)
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: osullivan.padraig@gmail.com-20090309191836-ixiam3xa55off3do
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include "drizzled/temporal.h"
30
30
 
31
 
#include CMATH_H
32
 
 
33
 
#if defined(CMATH_NAMESPACE)
34
 
using namespace CMATH_NAMESPACE;
35
 
#endif
36
31
 
37
32
/**
38
33
  TIMESTAMP type holds datetime values in range from 1970-01-01 00:00:01 UTC to