mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
bug#8051 - ndb, typo, more info on crash
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: typo
This commit is contained in:
parent
7a3767fc5e
commit
4bfad5aedb
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue