~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/time.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:
255
255
     0 - t contains datetime value which is out of TIMESTAMP range.
256
256
     
257
257
*/
258
 
my_time_t TIME_to_timestamp(THD *thd, const MYSQL_TIME *t, my_bool *in_dst_time_gap)
 
258
my_time_t TIME_to_timestamp(THD *thd, const MYSQL_TIME *t, bool *in_dst_time_gap)
259
259
{
260
260
  my_time_t timestamp;
261
261