1
0
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:
unknown
2006-11-05 23:31:42 +03:00

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