List:Commits« Previous MessageNext Message »
From:lzhou Date:August 20 2007 5:30pm
Subject:bk commit into 5.0 tree (lzhou:1.2478)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of zhl. When zhl 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-08-20 15:29:59+00:00, lzhou@dev3-63.(none) +1 -0
  Merge lzhou@stripped:/home/bk/mysql-5.0-ndb-bj
  into  dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
  MERGE: 1.2472.2.3

  ndb/src/ndbapi/NdbDictionaryImpl.cpp@stripped, 2007-08-20 15:29:37+00:00,
lzhou@dev3-63.(none) +0 -0
    Auto merged
    MERGE: 1.101.1.1

# 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:	lzhou
# Host:	dev3-63.(none)
# Root:	/home/zhl/mysql/mysql-5.0/bug29674/RESYNC

--- 1.102/ndb/src/ndbapi/NdbDictionaryImpl.cpp	2007-08-20 15:30:13 +00:00
+++ 1.103/ndb/src/ndbapi/NdbDictionaryImpl.cpp	2007-08-20 15:30:13 +00:00
@@ -1392,7 +1392,7 @@ NdbDictInterface::parseTableInfo(NdbTabl
     impl->m_replicaCount = replicaCount;
     impl->m_fragmentCount = fragCount;
 
-    for(i = 0; i<(fragCount*replicaCount); i++)
+    for(i = 0; i<(Uint32) (fragCount*replicaCount); i++)
     {
       if (impl->m_fragments.push_back(tableDesc.FragmentData[i+2]))
       {
Thread
bk commit into 5.0 tree (lzhou:1.2478)lzhou20 Aug