~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-18 00:08:34 UTC
  • mto: (2097.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110118000834-a1p3mves421202oy
Fix additional output, swaps for the valus.

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;