~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_timefunc.cc

  • Committer: Brian Aker
  • Date: 2008-07-08 01:01:10 UTC
  • Revision ID: brian@tangent.org-20080708010110-kk9c1pgg7g61y6sw
Convert tztime.cc to bool from my_bool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1249
1249
longlong Item_func_unix_timestamp::val_int()
1250
1250
{
1251
1251
  MYSQL_TIME ltime;
1252
 
  my_bool not_used;
 
1252
  bool not_used;
1253
1253
  
1254
1254
  DBUG_ASSERT(fixed == 1);
1255
1255
  if (arg_count == 0)