mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree
- Remove declaration of MAX_SECTION_SIZE
This commit is contained in:
parent
abd3a84f7a
commit
daaf6f077e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue