List:Commits« Previous MessageNext Message »
From:tim Date:May 18 2007 4:50am
Subject:bk commit into 5.1 tree (tsmith:1.2501)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith 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-05-18 06:50:22+02:00, tsmith@stripped +1 -0
  Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
  into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
  MERGE: 1.1810.2932.14

  sql-common/my_time.c@stripped, 2007-05-18 06:49:52+02:00, tsmith@stripped +0 -1
    dlm
    drm
    Manual merge
    MERGE: 1.19.17.2

# 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:	tsmith
# Host:	quadxeon.mysql.com
# Root:	/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51/RESYNC

--- 1.49/sql-common/my_time.c	2007-05-16 12:49:38 +02:00
+++ 1.50/sql-common/my_time.c	2007-05-18 06:49:52 +02:00
@@ -1147,7 +1147,7 @@ longlong number_to_datetime(longlong nr,
  ok:
   part1=(long) (nr/LL(1000000));
   part2=(long) (nr - (longlong) part1*LL(1000000));
-  time_res->neg=   0;
+  bzero((char*) time_res, sizeof(*time_res));
   time_res->year=  (int) (part1/10000L);  part1%=10000L;
   time_res->month= (int) part1 / 100;
   time_res->day=   (int) part1 % 100;
Thread
bk commit into 5.1 tree (tsmith:1.2501)tim18 May