Below is the list of changes that have just been committed into a local
4.1 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.2555 06/11/05 22:51:45 petr@stripped +1 -0
add missing DBUG_RETURN()
sql/tztime.cc
1.23 06/11/05 22:51:38 petr@stripped +1 -1
add missing DBUG_RETURN()
# 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/4.1-runtime-bug9191
--- 1.22/sql/tztime.cc 2006-11-01 16:47:34 +03:00
+++ 1.23/sql/tztime.cc 2006-11-05 22:51:38 +03:00
@@ -890,7 +890,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 4.1 tree (petr:1.2555) | Petr Chardin | 5 Nov |