List:Commits« Previous MessageNext Message »
From:jon Date:April 25 2008 11:17am
Subject:bk commit into 5.1 tree (jon:1.2585) BUG#36334
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jon.  When jon 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, 2008-04-25 11:17:19+02:00, jon@stripped +1 -0
  Test fix for test bug#36334

  storage/ndb/include/ndbapi/NdbReceiver.hpp@stripped, 2008-04-25 11:17:16+02:00,
jon@stripped +2 -0
    Test fix for test bug#36334

diff -Nrup a/storage/ndb/include/ndbapi/NdbReceiver.hpp
b/storage/ndb/include/ndbapi/NdbReceiver.hpp
--- a/storage/ndb/include/ndbapi/NdbReceiver.hpp	2008-02-19 16:00:27 +01:00
+++ b/storage/ndb/include/ndbapi/NdbReceiver.hpp	2008-04-25 11:17:16 +02:00
@@ -31,6 +31,7 @@ class NdbReceiver
   friend class NdbIndexOperation;
   friend class NdbIndexScanOperation;
   friend class NdbTransaction;
+
 public:
   enum ReceiverType	{ NDB_UNINITIALIZED,
 			  NDB_OPERATION = 1,
@@ -62,6 +63,7 @@ public:
   inline NdbReceiver* next() { return m_next; }
   
   void setErrorCode(int);
+
 private:
   Uint32 theMagicNumber;
   Ndb* m_ndb;
Thread
bk commit into 5.1 tree (jon:1.2585) BUG#36334jon25 Apr 2008