mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix my_system_gmt_sec function declaration to be same as definition
sql-common/my_time.c: Function declaration must be same as definition
This commit is contained in:
@@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uint day)
|
||||
*/
|
||||
my_time_t
|
||||
my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone,
|
||||
bool *in_dst_time_gap)
|
||||
my_bool *in_dst_time_gap)
|
||||
{
|
||||
uint loop;
|
||||
time_t tmp= 0;
|
||||
|
||||
Reference in New Issue
Block a user