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:21:11+02:00, jon@stripped +1 -0
Fake fix for fake bug#36334
storage/ndb/include/ndbapi/NdbReceiver.hpp@stripped, 2008-04-25 11:21:04+02:00,
jon@stripped +2 -0
Fake fix for fake 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-04-04 18:17:22 +02:00
+++ b/storage/ndb/include/ndbapi/NdbReceiver.hpp 2008-04-25 11:21:04 +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.2592) BUG#36334 | jon | 25 Apr 2008 |