Commit 73d62e2c authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix Windows compile error

modified:
  include/mysql/service_thd_timezone.h
parent 32bd0c7d
......@@ -61,7 +61,7 @@ extern struct thd_timezone_service_st {
#else
my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, uint *errcode);
my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment