From 73d62e2cb158811157b66b82501d42ef3dda0613 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Mon, 27 May 2013 00:17:04 +0200 Subject: [PATCH] - Fix Windows compile error modified: include/mysql/service_thd_timezone.h --- include/mysql/service_thd_timezone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mysql/service_thd_timezone.h b/include/mysql/service_thd_timezone.h index e6d92e73ece..f8bddba68bb 100644 --- a/include/mysql/service_thd_timezone.h +++ b/include/mysql/service_thd_timezone.h @@ -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