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:
parent
32bd0c7d1f
commit
73d62e2cb1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user