~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-25 07:22:15 UTC
  • mfrom: (2109.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110125072215-567z6uzy5vdvn4va
Merge in build/timestamp patches/fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
 
393
393
  if (!is_time_format)
394
394
  {
395
 
    if (get_arg0_date(&l_time, TIME_FUZZY_DATE))
 
395
    if (get_arg0_date(l_time, TIME_FUZZY_DATE))
396
396
      return 0;
397
397
  }
398
398
  else