Below is the list of changes that have just been committed into a local
5.0 repository of marty. When marty 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, 2006-08-07 15:58:43+02:00, mskold@stripped +1 -0
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: missing friend declaration in change set
ndb/include/ndbapi/NdbTransaction.hpp@stripped, 2006-08-07 15:58:29+02:00, mskold@stripped +1 -0
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: missing friend declaration in change set
# 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: mskold
# Host: linux.site
# Root: /home/marty/MySQL/mysql-5.0
--- 1.44/ndb/include/ndbapi/NdbTransaction.hpp 2006-08-07 15:58:49 +02:00
+++ 1.45/ndb/include/ndbapi/NdbTransaction.hpp 2006-08-07 15:58:49 +02:00
@@ -140,6 +140,7 @@ class NdbTransaction
friend class NdbIndexOperation;
friend class NdbIndexScanOperation;
friend class NdbBlob;
+ friend class ha_ndbcluster;
#endif
public:
| Thread |
|---|
| • bk commit into 5.0 tree (mskold:1.2201) BUG#21059 | Martin Skold | 7 Aug |