List:Commits« Previous MessageNext Message »
From:msvensson Date:November 23 2006 8:56am
Subject:bk commit into 5.0 tree (msvensson:1.2307)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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@stripped, 2006-11-23 09:56:50+01:00, msvensson@neptunus.(none) +1 -0
  Fix my_system_gmt_sec function declaration to be same as definition

  sql-common/my_time.c@stripped, 2006-11-23 09:56:48+01:00, msvensson@neptunus.(none) +1 -1
    Function declaration must be same as definition

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-release

--- 1.24/sql-common/my_time.c	2006-11-23 09:56:56 +01:00
+++ 1.25/sql-common/my_time.c	2006-11-23 09:56:56 +01:00
@@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uin
 */
 my_time_t
 my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone,
-                  bool *in_dst_time_gap)
+                  my_bool *in_dst_time_gap)
 {
   uint loop;
   time_t tmp= 0;
Thread
bk commit into 5.0 tree (msvensson:1.2307)msvensson23 Nov