diff options
author | heikki@hundin.mysql.fi <> | 2002-03-21 18:03:09 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-03-21 18:03:09 +0200 |
commit | e90a57aa49c79d75cabef38c764b5f81ba0288dc (patch) | |
tree | 8484c3bb65d40af0743b44a24a788dc2d5cf7d48 /innobase/include/mem0mem.h | |
parent | 254df5fdd66989c404ff2f4253bf05afc2df53fa (diff) | |
download | mariadb-git-e90a57aa49c79d75cabef38c764b5f81ba0288dc.tar.gz |
Many files:
Merge InnoDB-3.23.50
Diffstat (limited to 'innobase/include/mem0mem.h')
-rw-r--r-- | innobase/include/mem0mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/mem0mem.h b/innobase/include/mem0mem.h index 89c5428f054..bfd25f5bdbe 100644 --- a/innobase/include/mem0mem.h +++ b/innobase/include/mem0mem.h @@ -41,11 +41,11 @@ page buffer pool; the latter method is used for very big heaps */ /* The following start size is used for the first block in the memory heap if the size is not specified, i.e., 0 is given as the parameter in the call of -create. The standard size is the maximum size of the blocks used for +create. The standard size is the maximum (payload) size of the blocks used for allocations of small buffers. */ #define MEM_BLOCK_START_SIZE 64 -#define MEM_BLOCK_STANDARD_SIZE 8192 +#define MEM_BLOCK_STANDARD_SIZE 8000 /* If a memory heap is allowed to grow into the buffer pool, the following is the maximum size for a single allocated buffer: */ |