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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
80c7b702
Commit
80c7b702
authored
Sep 14, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#21535
remove accidently left debug code
parent
f10c61d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
+0
-11
No files found.
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
View file @
80c7b702
...
...
@@ -9192,11 +9192,6 @@ void Dblqh::execCOPY_FRAGREQ(Signal* signal)
Uint32 i;
NdbNodeBitmask mask;
for
(
i
=
0
;
i
<
nodeCount
;
i
++
)
{
ndbout_c
(
"nodeList: %d"
,
nodeList
[
i
]);
mask
.
set
(
nodeList
[
i
]);
}
ndbrequire(mask.get(getOwnNodeId()));
ndbrequire(mask.get(nodeId)); // cpy dest
if (!mask.isclear())
...
...
@@ -9213,7 +9208,6 @@ void Dblqh::execCOPY_FRAGREQ(Signal* signal)
#elif NDB_VERSION >= MAKE_VERSION(5,0,0)
Uint32 checkversion = NDBD_UPDATE_FRAG_DIST_KEY_50;
#endif
checkversion
=
NDB_VERSION
;
if (getNodeInfo(i).m_version >= checkversion)
sendSignal(calcLqhBlockRef(i), GSN_UPDATE_FRAG_DIST_KEY_ORD,
signal, UpdateFragDistKeyOrd::SignalLength, JBB);
...
...
@@ -9232,11 +9226,6 @@ Dblqh::execUPDATE_FRAG_DIST_KEY_ORD(Signal * signal)
ptrCheckGuard(tabptr, ctabrecFileSize, tablerec);
ndbrequire(getFragmentrec(signal, ord->fragId));
fragptr.p->fragDistributionKey = ord->fragDistributionKey;
ndbout_c
(
"UpdateFragDistKeyOrd tab: %d frag: %d key: %d"
,
tabptr
.
i
,
ord
->
fragId
,
ord
->
fragDistributionKey
);
}
void Dblqh::accScanConfCopyLab(Signal* signal)
...
...
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