1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00

- Fix Windows compile error

modified:
  include/mysql/service_thd_timezone.h
This commit is contained in:
Olivier Bertrand 2013-05-27 00:17:04 +02:00
parent 32bd0c7d1f
commit 73d62e2cb1

View File

@ -61,7 +61,7 @@ extern struct thd_timezone_service_st {
#else #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); void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
#endif #endif