mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- Changed default values of query_prealloc_size and query_alloc_block_size
so that a simple query with one join would not have to call my_malloc. - Allow lower limites for query_prealloc_size for testing. - Fixed wrong initialization of trans_alloc_block_size
This commit is contained in:
@ -148,9 +148,9 @@
|
||||
#define MYSQLD_NET_RETRY_COUNT 10 ///< Abort read after this many int.
|
||||
#endif
|
||||
|
||||
#define QUERY_ALLOC_BLOCK_SIZE 8192
|
||||
#define QUERY_ALLOC_PREALLOC_SIZE 8192
|
||||
#define TRANS_ALLOC_BLOCK_SIZE 4096
|
||||
#define QUERY_ALLOC_BLOCK_SIZE 16384
|
||||
#define QUERY_ALLOC_PREALLOC_SIZE 24576
|
||||
#define TRANS_ALLOC_BLOCK_SIZE 8192
|
||||
#define TRANS_ALLOC_PREALLOC_SIZE 4096
|
||||
#define RANGE_ALLOC_BLOCK_SIZE 4096
|
||||
#define ACL_ALLOC_BLOCK_SIZE 1024
|
||||
|
Reference in New Issue
Block a user