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:
petr/cps@outpost.site 2006-11-06 00:00:44 +03:00
commit 1b231a177f

View file

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