From: lzhou Date: August 20 2007 2:57pm Subject: bk commit into 5.0 tree (lzhou:1.2475) BUG#29674 List-Archive: http://lists.mysql.com/commits/32727 X-Bug: 29674 Message-Id: <200708201457.l7KEvLrj000879@dev3-63.dev.cn.tlan> 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 14:57:04+00:00, lzhou@dev3-63.(none) +1 -0 BUG#29674 Remove warning in pushbuild in 5.0 ndb/src/ndbapi/NdbDictionaryImpl.cpp@stripped, 2007-08-20 14:56:57+00:00, lzhou@dev3-63.(none) +1 -1 Remove warning in pushbuild # 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 --- 1.101/ndb/src/ndbapi/NdbDictionaryImpl.cpp 2007-08-20 14:57:21 +00:00 +++ 1.102/ndb/src/ndbapi/NdbDictionaryImpl.cpp 2007-08-20 14:57:21 +00:00 @@ -1385,7 +1385,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])) {