List:Commits« Previous MessageNext Message »
From:Petr Chardin Date:November 5 2006 7:54pm
Subject:bk commit into 5.0 tree (petr:1.2292)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2292 06/11/05 22:54:17 petr@stripped +1 -0
  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
    1.34 06/11/05 22:54:12 petr@stripped +0 -0
    Auto merged

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	petr
# Host:	outpost.site
# Root:	/home/cps/mysql/trees/5.0-runtime-bug9191/RESYNC

--- 1.33/sql/tztime.cc	2006-11-01 17:35:32 +03:00
+++ 1.34/sql/tztime.cc	2006-11-05 22:54:12 +03:00
@@ -891,7 +891,7 @@
   DBUG_ENTER("TIME_to_gmt_sec");
 
   if (!validate_timestamp_range(t))
-    return 0;
+    DBUG_RETURN(0);
 
 
   /* We need this for correct leap seconds handling */
Thread
bk commit into 5.0 tree (petr:1.2292)Petr Chardin5 Nov