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

into  outpost.site:/home/cps/mysql/trees/5.0-runtime-bug9191
This commit is contained in:
petr/cps@outpost.site 2006-11-05 23:31:42 +03:00
commit 660c2f0cde

View file

@ -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 */