From 51ff0db07943c88c0bde9a3cd87e69554de0a534 Mon Sep 17 00:00:00 2001 From: "petr/cps@outpost.site" <> Date: Sun, 5 Nov 2006 23:25:34 +0300 Subject: [PATCH] Add missing DBUG_RETURN() --- sql/tztime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tztime.cc b/sql/tztime.cc index 60c5e8efd71..9af33526c98 100644 --- a/sql/tztime.cc +++ b/sql/tztime.cc @@ -890,7 +890,7 @@ TIME_to_gmt_sec(const TIME *t, const TIME_ZONE_INFO *sp, bool *in_dst_time_gap) DBUG_ENTER("TIME_to_gmt_sec"); if (!validate_timestamp_range(t)) - return 0; + DBUG_RETURN(0); /* We need this for correct leap seconds handling */