~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

Merge with trunk.

Show diffs side-by-side

added added

removed removed

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