mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
- Fix Windows compile error
modified: include/mysql/service_thd_timezone.h
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user