~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.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:
57
57
  DRIZZLE_TIME l_time;
58
58
  int error;
59
59
  THD *thd= table ? table->in_use : current_thd;
60
 
  enum enum_mysql_timestamp_type ret;
 
60
  enum enum_drizzle_timestamp_type ret;
61
61
  if ((ret= str_to_datetime(from, len, &l_time,
62
62
                            (TIME_FUZZY_DATE |
63
63
                             (thd->variables.sql_mode &