~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

Update of the time code. Epoch is now used for timestamp internall (this is
not a user level change). This fixes the issue where some DD were not
displaying the correct column type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
 
443
443
bool Item_func::get_arg0_time(DRIZZLE_TIME *ltime)
444
444
{
445
 
  return (null_value=args[0]->get_time(ltime));
 
445
  return (null_value= args[0]->get_time(ltime));
446
446
}
447
447
 
448
448