Commit 65f6fcaf authored by unknown's avatar unknown

Correction + move of code to NDB_DEBUG_FULL from VM_TRACE


ndb/include/transporter/TransporterDefinitions.hpp:
  Correction for bad math
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
  Moved heavy check code to NDB_DEBUG_FULL
parent fd566261
...@@ -132,7 +132,7 @@ struct SignalHeader { ...@@ -132,7 +132,7 @@ struct SignalHeader {
Uint16 theTrace; Uint16 theTrace;
Uint8 m_noOfSections; Uint8 m_noOfSections;
Uint8 m_fragmentInfo; Uint8 m_fragmentInfo;
}; /** 7x4 = 32 Bytes */ }; /** 7x4 = 28 Bytes */
struct LinearSectionPtr { struct LinearSectionPtr {
Uint32 sz; Uint32 sz;
......
...@@ -12493,7 +12493,7 @@ void Dbacc::releaseLcpConnectRec(Signal* signal) ...@@ -12493,7 +12493,7 @@ void Dbacc::releaseLcpConnectRec(Signal* signal)
/* --------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------- */
void Dbacc::releaseOpRec(Signal* signal) void Dbacc::releaseOpRec(Signal* signal)
{ {
#ifdef VM_TRACE #ifdef NDB_DEBUG_FULL
// DEBUG CODE // DEBUG CODE
// Check that the operation to be released isn't // Check that the operation to be released isn't
// already in the list of free operations // already in the list of free operations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment