summaryrefslogtreecommitdiff
path: root/sql/tztime.h
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2005-12-02 13:07:02 +0100
committerunknown <andrey@lmy004.>2005-12-02 13:07:02 +0100
commit4d891eb91cd0556e05a2022c4120d776ca772f69 (patch)
tree7152e34323e50a0845f559f1477316b2b57c7737 /sql/tztime.h
parentdad8c66501f097491690ee3098594c1a0844b3f4 (diff)
downloadmariadb-git-4d891eb91cd0556e05a2022c4120d776ca772f69.tar.gz
WL1034 update for latest 5.1 sources
BUILD/SETUP.sh: for now no optimizations in debug build - get rid of "value optimized out"
Diffstat (limited to 'sql/tztime.h')
-rw-r--r--sql/tztime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/tztime.h b/sql/tztime.h
index a168fe4fb73..312451d84e0 100644
--- a/sql/tztime.h
+++ b/sql/tztime.h
@@ -64,6 +64,7 @@ extern Time_zone * my_tz_find(const String *name, TABLE_LIST *tz_tables);
extern Time_zone * my_tz_find_with_opening_tz_tables(THD *thd, const String *name);
extern my_bool my_tz_init(THD *org_thd, const char *default_tzname, my_bool bootstrap);
extern void my_tz_free();
+my_time_t sec_since_epoch_TIME(TIME *t);
extern TABLE_LIST fake_time_zone_tables_list;