mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge outpost.site:/home/cps/mysql/trees/5.0-runtime-bug9191
into outpost.site:/home/cps/mysql/trees/5.1-runtime-bug9191
This commit is contained in:
commit
1b231a177f
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,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 */
|
||||
|
|
Loading…
Reference in a new issue