From: Date: May 7 2007 4:03pm Subject: bk commit into 5.1 tree (jonas:1.2473) BUG#27942 List-Archive: http://lists.mysql.com/commits/26225 X-Bug: 27942 Message-Id: <20070507140302.1716721C5F@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of jonas. When jonas 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-07 16:02:57+02:00, jonas@stripped +1 -0 ndb - bug#27942 Increase size of memory channel storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp@stripped, 2007-05-07 16:02:55+02:00, jonas@stripped +1 -1 increase size of memchannel to prevent crashes (for DD) # 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: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/51-telco-gca --- 1.10/storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp 2007-05-07 16:03:01 +02:00 +++ 1.11/storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp 2007-05-07 16:03:01 +02:00 @@ -75,7 +75,7 @@ class MemoryChannel { public: - MemoryChannel( int size= 256); + MemoryChannel( int size= 512); virtual ~MemoryChannel( ); void writeChannel( T *t);