~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-20 15:27:43 UTC
  • mfrom: (2097.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110120152743-x88aq1sj1k9andwm
Merge of all of the time fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
{
34
34
protected:
35
35
  int64_t value;
36
 
  char buff[20*2+32];   // +32 to make my_snprintf_{8bit|ucs2} happy
 
36
  char buff[type::Time::MAX_STRING_LENGTH];
37
37
  uint32_t buff_length;
38
38
  type::Time ltime;
39
39
  DateTime cached_temporal;