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
ae4fe42b
Commit
ae4fe42b
authored
Aug 31, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#21960: Reverted bad patch
parent
45fc29b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+0
-5
No files found.
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
View file @
ae4fe42b
...
...
@@ -6610,11 +6610,6 @@ void Dbdih::execCREATE_FRAGMENTATION_REQ(Signal * signal)
Uint16
next_replica_node
[
MAX_NDB_NODES
];
memset
(
next_replica_node
,
0
,
sizeof
(
next_replica_node
));
Uint32
default_node_group
=
c_nextNodeGroup
;
/**
* Default starts at zero, so we must adjust for this by
* increasing default_node_group already here.
*/
inc_node_or_group
(
default_node_group
,
cnoOfNodeGroups
);
for
(
Uint32
fragNo
=
0
;
fragNo
<
noOfFragments
;
fragNo
++
)
{
jam
();
...
...
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