mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674 ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
This commit is contained in:
commit
e116b31f96
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ NdbDictInterface::parseTableInfo(NdbTableImpl ** ret,
|
|||
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]))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue