~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/time/from_unixtime.cc

  • Committer: Monty
  • Date: 2008-11-23 09:53:15 UTC
  • mto: This revision was merged to the branch mainline in revision 603.
  • Revision ID: mordred@palanthas.inaugust.com-20081123095315-p1r13ipktq1i311u
ReappliedĀ mergeĀ change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  decimals= DATETIME_DEC;
33
33
  max_length=MAX_DATETIME_WIDTH*MY_CHARSET_BIN_MB_MAXLEN;
34
34
  maybe_null= 1;
35
 
  session->time_zone_used= 1;
36
35
}
37
36
 
38
37
String *Item_func_from_unixtime::val_str(String *str)