List:Commits« Previous MessageNext Message »
From:tomas Date:May 11 2007 2:45pm
Subject:bk commit into 5.1 tree (tomas:1.2143) BUG#28376
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-05-11 16:45:52+02:00, tomas@stripped +1 -0
  Bug #28376 garbled error code when doing NdbEventOperation::execute()
  - make sure correct error code is set in SUB_START_REF

  storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2007-05-11 16:45:49+02:00, tomas@stripped +2 -0
    Bug #28376 garbled error code when doing NdbEventOperation::execute()
    - make sure correct error code is set in SUB_START_REF

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl2325-5.0

--- 1.63/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-01-04 09:17:12 +01:00
+++ 1.64/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-05-11 16:45:49 +02:00
@@ -8952,6 +8952,8 @@
 #ifdef EVENT_DEBUG
     ndbout_c("SUB_START_REF");
 #endif
+    SubStartRef* ref = (SubStartRef*)signal->getDataPtrSend();
+    ref->errorCode = subbPtr.p->m_errorCode;
     sendSignal(subbPtr.p->m_senderRef, GSN_SUB_START_REF,
 	       signal, SubStartRef::SignalLength, JBB);
     if (subbPtr.p->m_reqTracker.hasConf()) {
Thread
bk commit into 5.1 tree (tomas:1.2143) BUG#28376tomas11 May