~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

  • Committer: Brian Aker
  • Date: 2009-01-29 20:05:14 UTC
  • mfrom: (813.1.14 new-temporal)
  • Revision ID: brian@tangent.org-20090129200514-84zoh7uc7bln6x0b
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#define DRIZZLE_SECONDS_IN_DAY (60*60*24)
67
67
#define DRIZZLE_NANOSECONDS_IN_MICROSECOND 1000
68
68
 
 
69
#define DRIZZLE_MAX_LENGTH_DATETIME_AS_STRING 40
 
70
 
69
71
#define DRIZZLE_YY_PART_YEAR  70
70
72
 
 
73
#include "drizzled/global.h"
 
74
 
71
75
#include <sys/time.h>
72
76
#include <time.h>
73
77
 
74
 
#include "drizzled/global.h"
75
78
#include "drizzled/calendar.h"
76
79
 
77
80
/* Outside forward declarations */