Commit 3d238b81 authored by unknown's avatar unknown
Browse files

BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree

 - Remove declaration of MAX_SECTION_SIZE


ndb/include/transporter/TransporterDefinitions.hpp:
  Remove declaration of MAX_SECTION_SIZE
parent 43ebae40
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,9 +45,8 @@ enum SendStatus {
 * Protocol6 Header + 
 *  (optional signal id) + (optional checksum) + (signal data)
 */
const Uint32 MAX_SECTION_SIZE= 4096;
//const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25));
const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25)+(3*4)+4*MAX_SECTION_SIZE);
const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25)+(3*4)+4*4096);

/**
 * TransporterConfiguration