summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-01-21 08:28:23 +0100
committerunknown <joreland@mysql.com>2005-01-21 08:28:23 +0100
commit4bfad5aedb45d386a4449f70cf079357c297642c (patch)
tree335679c27a9daf02344af148373e09fba2384331 /ndb
parent7a3767fc5ebdf376280f4d0ecaa52e9e3aef9bf4 (diff)
downloadmariadb-git-4bfad5aedb45d386a4449f70cf079357c297642c.tar.gz
bug#8051 - ndb, typo, more info on crash
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: typo
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/blocks/dbdih/DbdihMain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
index d6315ab259e..dba1efbba9a 100644
--- a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+++ b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
@@ -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);
}