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
200a0d8c
Commit
200a0d8c
authored
Feb 02, 2006
by
jonas@eel.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - remove debug printouts
parent
6e0d6456
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+1
-4
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
+0
-3
No files found.
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
View file @
200a0d8c
...
...
@@ -9992,7 +9992,7 @@ void Dbdih::execLCP_FRAG_REP(Signal* signal)
jamEntry
();
ndbrequire
(
c_lcpState
.
lcpStatus
!=
LCP_STATUS_IDLE
);
#if
1
#if
0
printLCP_FRAG_REP(stdout,
signal->getDataPtr(),
signal->length(), number());
...
...
@@ -12789,9 +12789,6 @@ void Dbdih::sendStartFragreq(Signal* signal,
sendSignal
(
ref
,
GSN_START_FRAGREQ
,
signal
,
StartFragReq
::
SignalLength
,
JBB
);
printSTART_FRAG_REQ
(
stdout
,
signal
->
theData
,
StartFragReq
::
SignalLength
,
DBLQH
);
}
//for
}
//Dbdih::sendStartFragreq()
...
...
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
View file @
200a0d8c
...
...
@@ -930,9 +930,6 @@ void Dblqh::execLQHFRAGREQ(Signal* signal)
jamEntry
();
LqhFragReq
*
req
=
(
LqhFragReq
*
)
signal
->
getDataPtr
();
printLQH_FRAG_REQ
(
stdout
,
signal
->
getDataPtr
(),
signal
->
getLength
(),
number
());
Uint32
retPtr
=
req
->
senderData
;
BlockReference
retRef
=
req
->
senderRef
;
Uint32
fragId
=
req
->
fragmentId
;
...
...
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