Commit 660c2f0c authored by petr/cps@outpost.site's avatar petr/cps@outpost.site

Merge outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191

into  outpost.site:/home/cps/mysql/trees/5.0-runtime-bug9191
parents 7974bf90 51ff0db0
...@@ -891,7 +891,7 @@ TIME_to_gmt_sec(const TIME *t, const TIME_ZONE_INFO *sp, ...@@ -891,7 +891,7 @@ TIME_to_gmt_sec(const TIME *t, const TIME_ZONE_INFO *sp,
DBUG_ENTER("TIME_to_gmt_sec"); DBUG_ENTER("TIME_to_gmt_sec");
if (!validate_timestamp_range(t)) if (!validate_timestamp_range(t))
return 0; DBUG_RETURN(0);
/* We need this for correct leap seconds handling */ /* We need this for correct leap seconds handling */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment