~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Phase 1 - temporal changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
      arg0_field_type == DRIZZLE_TYPE_DATETIME ||
47
47
      arg0_field_type == DRIZZLE_TYPE_TIMESTAMP)
48
48
    cached_field_type= DRIZZLE_TYPE_DATETIME;
49
 
  else if (arg0_field_type == DRIZZLE_TYPE_TIME)
50
 
    cached_field_type= DRIZZLE_TYPE_TIME;
51
49
}
52
50
 
53
51
/**