~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-22 07:20:17 UTC
  • mfrom: (2098.3.4 timestamp)
  • Revision ID: brian@tangent.org-20110122072017-1y8v3z1z3v9ml6tb
MergeĀ inĀ timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  store_now_in_TIME(&ltime);
49
49
 
50
 
  value= (int64_t) TIME_to_uint64_t_datetime(&ltime);
 
50
  ltime.convert(value);
51
51
 
52
52
  size_t length= type::Time::MAX_STRING_LENGTH;
53
53
  ltime.convert(buff, length);