Commit a8988d68 authored by mronstrom@mysql.com's avatar mronstrom@mysql.com

Correction + move of code to NDB_DEBUG_FULL from VM_TRACE

parent 8a274c44
......@@ -132,7 +132,7 @@ struct SignalHeader {
Uint16 theTrace;
Uint8 m_noOfSections;
Uint8 m_fragmentInfo;
}; /** 7x4 = 32 Bytes */
}; /** 7x4 = 28 Bytes */
struct LinearSectionPtr {
Uint32 sz;
......
......@@ -12493,7 +12493,7 @@ void Dbacc::releaseLcpConnectRec(Signal* signal)
/* --------------------------------------------------------------------------------- */
void Dbacc::releaseOpRec(Signal* signal)
{
#ifdef VM_TRACE
#ifdef NDB_DEBUG_FULL
// DEBUG CODE
// Check that the operation to be released isn't
// 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