~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 04:38:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225043828-fz83ma79dvqaxvri
Update for moving DRIZZLE_TIME to type::Time

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
{
703
703
  uint64_t value= 0;
704
704
  int error;
705
 
  DRIZZLE_TIME l_time;
 
705
  type::Time l_time;
706
706
  enum enum_drizzle_timestamp_type ret;
707
707
 
708
708
  ret= str_to_datetime(str->ptr(), str->length(), &l_time,