List:Commits« Previous MessageNext Message »
From:df Date:January 11 2007 2:13pm
Subject:bk commit into 5.0 tree (dfischer:1.2318)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mysqldev. When mysqldev 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, 2007-01-11 15:13:12+01:00, dfischer@stripped +1 -0
  my_time.c:
    netware build fix

  sql-common/my_time.c@stripped, 2007-01-11 15:12:22+01:00, dfischer@stripped +1 -1
    netware build fix

# 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:	dfischer
# Host:	suse9-x86.mysql.com
# Root:	/data0/mydev/mysql-5.0.30sp1-build

--- 1.24/sql-common/my_time.c	2007-01-11 15:13:21 +01:00
+++ 1.25/sql-common/my_time.c	2007-01-11 15:13:21 +01:00
@@ -780,7 +780,7 @@
 */
 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 (dfischer:1.2318)df11 Jan