~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/field.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:
3940
3940
  my_time_t tmp= 0;
3941
3941
  int error;
3942
3942
  bool have_smth_to_conv;
3943
 
  my_bool in_dst_time_gap;
 
3943
  bool in_dst_time_gap;
3944
3944
  THD *thd= table ? table->in_use : current_thd;
3945
3945
 
3946
3946
  /* We don't want to store invalid or fuzzy datetime values in TIMESTAMP */
3999
3999
  MYSQL_TIME l_time;
4000
4000
  my_time_t timestamp= 0;
4001
4001
  int error;
4002
 
  my_bool in_dst_time_gap;
 
4002
  bool in_dst_time_gap;
4003
4003
  THD *thd= table ? table->in_use : current_thd;
4004
4004
 
4005
4005
  /* We don't want to store invalid or fuzzy datetime values in TIMESTAMP */