Bug #18016 Some debug output in non-debug build
This commit is contained in:
parent
47653b4837
commit
701fff4024
@ -1252,12 +1252,14 @@ NdbEventBuffer::execSUB_GCP_COMPLETE_REP(const SubGcpCompleteRep * const rep)
|
|||||||
* Already completed GCI...
|
* Already completed GCI...
|
||||||
* Possible in case of resend during NF handling
|
* Possible in case of resend during NF handling
|
||||||
*/
|
*/
|
||||||
|
#ifdef VM_TRACE
|
||||||
ndbout << "bucket == 0, gci:" << gci
|
ndbout << "bucket == 0, gci:" << gci
|
||||||
<< " complete: " << m_complete_data << endl;
|
<< " complete: " << m_complete_data << endl;
|
||||||
for(Uint32 i = 0; i<m_active_gci.size(); i++)
|
for(Uint32 i = 0; i<m_active_gci.size(); i++)
|
||||||
{
|
{
|
||||||
ndbout << i << " - " << m_active_gci[i] << endl;
|
ndbout << i << " - " << m_active_gci[i] << endl;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
DBUG_VOID_RETURN_EVENT;
|
DBUG_VOID_RETURN_EVENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user