~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.cc

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:46:21 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731184621-dubf9wm8a1hpc1au
Fixed a few naming references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  DRIZZLE_TIME time_tmp;
39
39
  int error;
40
40
  uint64_t tmp= 0;
41
 
  enum enum_mysql_timestamp_type func_res;
 
41
  enum enum_drizzle_timestamp_type func_res;
42
42
  THD *thd= table ? table->in_use : current_thd;
43
43
 
44
44
  func_res= str_to_datetime(from, len, &time_tmp,