~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.cc

  • Committer: Brian Aker
  • Date: 2011-01-08 10:35:13 UTC
  • mfrom: (2057.2.9 timestamp)
  • Revision ID: brian@tangent.org-20110108103513-3wuo8tsyajjcxjrg
Merge in fractional seconds to timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
static const std::string DATE("DATE");
51
51
static const std::string EPOCH("EPOCH");
52
52
static const std::string TIMESTAMP("TIMESTAMP");
 
53
static const std::string MICROTIME("MICROTIME");
53
54
static const std::string DATETIME("DATETIME");
54
55
static const std::string TIME("TIME");
55
56
static const std::string UUID("UUID");