mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
ndb - remove debug printouts
This commit is contained in:
parent
6e0d64565f
commit
200a0d8cf1
2 changed files with 1 additions and 7 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue