~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysql_priv.h

  • 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:
1938
1938
ulong convert_month_to_period(ulong month);
1939
1939
void get_date_from_daynr(long daynr,uint *year, uint *month,
1940
1940
                         uint *day);
1941
 
my_time_t TIME_to_timestamp(THD *thd, const MYSQL_TIME *t, my_bool *not_exist);
 
1941
my_time_t TIME_to_timestamp(THD *thd, const MYSQL_TIME *t, bool *not_exist);
1942
1942
bool str_to_time_with_warn(const char *str,uint length,MYSQL_TIME *l_time);
1943
1943
timestamp_type str_to_datetime_with_warn(const char *str, uint length,
1944
1944
                                         MYSQL_TIME *l_time, uint flags);