List:Commits« Previous MessageNext Message »
From:gni Date:December 1 2006 3:13am
Subject:bk commit into 5.0 tree (gni:1.2317)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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-12-01 11:13:43+08:00, gni@stripped +1 -0
  Merge ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb-bj
  into  ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb
  MERGE: 1.2257.1.3

  ndb/src/mgmsrv/Services.cpp@stripped, 2006-12-01 11:13:41+08:00, gni@stripped +9 -0
    Auto merged
    MERGE: 1.70.1.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:	gni
# Host:	ts3-168.ts.cn.tlan
# Root:	/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb/RESYNC

--- 1.71/ndb/src/mgmsrv/Services.cpp	2006-12-01 11:13:49 +08:00
+++ 1.72/ndb/src/mgmsrv/Services.cpp	2006-12-01 11:13:49 +08:00
@@ -1708,7 +1708,7 @@
   BaseString tmp(data_string);
   Vector<BaseString> item;
   tmp.split(item, " ");
-  for (int i = 0; i < length ; i++)
+  for (int i = 0; (Uint32) i < length ; i++)
   {
     sscanf(item[i].c_str(), "%u", data+i);
   }
Thread
bk commit into 5.0 tree (gni:1.2317)gni1 Dec