mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
into outpost.site:/home/cps/mysql/trees/5.0-runtime-bug9191 sql/tztime.cc: Auto merged
This commit is contained in:
@@ -891,7 +891,7 @@ TIME_to_gmt_sec(const TIME *t, const TIME_ZONE_INFO *sp,
|
||||
DBUG_ENTER("TIME_to_gmt_sec");
|
||||
|
||||
if (!validate_timestamp_range(t))
|
||||
return 0;
|
||||
DBUG_RETURN(0);
|
||||
|
||||
|
||||
/* We need this for correct leap seconds handling */
|
||||
|
||||
Reference in New Issue
Block a user