Commit 96ad130f authored by unknown's avatar unknown

ndb - bug#27942

  Increase size of memory channel


storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp:
  increase size of memchannel to prevent crashes (for DD)
parent 325c6466
...@@ -75,7 +75,7 @@ template <class T> ...@@ -75,7 +75,7 @@ template <class T>
class MemoryChannel class MemoryChannel
{ {
public: public:
MemoryChannel( int size= 256); MemoryChannel( int size= 512);
virtual ~MemoryChannel( ); virtual ~MemoryChannel( );
void writeChannel( T *t); void writeChannel( T *t);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment