summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-01-21 08:28:23 +0100
committerjoreland@mysql.com <>2005-01-21 08:28:23 +0100
commite0df86cd357e92215ac78c5563d1cafd217fae9a (patch)
tree335679c27a9daf02344af148373e09fba2384331
parent6f8a1f03c061869dfe1676fd67cfaf6fef840ad8 (diff)
downloadmariadb-git-e0df86cd357e92215ac78c5563d1cafd217fae9a.tar.gz
bug#8051 - ndb, typo, more info on crash
-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);
}