Commit 4bfad5ae authored by unknown's avatar unknown

bug#8051 - ndb, typo, more info on crash


ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  typo
parent 7a3767fc
......@@ -4494,8 +4494,8 @@ void Dbdih::handleTakeOverNewMaster(Signal* signal, Uint32 takeOverPtrI)
SystemError * const sysErr = (SystemError*)&signal->theData[0];
sysErr->errorCode = SystemError::CopyFragRefError;
sysErr->errorRef = reference();
signal->data1= 0;
signal->data2= __LINE__;
sysErr->data1= 0;
sysErr->data2= __LINE__;
sendSignal(cntrRef, GSN_SYSTEM_ERROR, signal,
SystemError::SignalLength, JBB);
}
......
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