Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0f221836
Commit
0f221836
authored
Aug 20, 2007
by
lzhou/zhl@dev3-63.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
parents
804684c2
2093858f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ndb/src/ndbapi/NdbDictionaryImpl.cpp
ndb/src/ndbapi/NdbDictionaryImpl.cpp
+1
-1
No files found.
ndb/src/ndbapi/NdbDictionaryImpl.cpp
View file @
0f221836
...
...
@@ -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
]))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment