~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  if (not get_arg0_time(&ltime))
48
48
  {
49
49
    null_value= 0;
50
 
    make_time(&ltime, str);
 
50
    ltime.convert(*str, DRIZZLE_TIMESTAMP_TIME);
 
51
 
51
52
    return str;
52
53
  }
53
54