diff options
author | tnurnberg@white.intern.koehntopp.de <> | 2007-12-01 15:53:56 +0100 |
---|---|---|
committer | tnurnberg@white.intern.koehntopp.de <> | 2007-12-01 15:53:56 +0100 |
commit | 9598ea4f45d2dfd7282111b35ca261f788d6ae72 (patch) | |
tree | 84d18e52bd97b323fa4ba6bb3915a25c2239ab6f /sql/mysql_priv.h | |
parent | 69ed192e7277556f4e2ca487967322be7fe7edf7 (diff) | |
parent | 31d4e58ad4c26fea1367ddb00ea0c26a17d3ddfc (diff) | |
download | mariadb-git-9598ea4f45d2dfd7282111b35ca261f788d6ae72.tar.gz |
Merge mysql.com:/misc/mysql/31177/50-31177
into mysql.com:/misc/mysql/31177/51-31177
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 3b88fe0fca8..b12cc47397b 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -266,7 +266,7 @@ protected: #define QUERY_ALLOC_PREALLOC_SIZE 8192 #define TRANS_ALLOC_BLOCK_SIZE 4096 #define TRANS_ALLOC_PREALLOC_SIZE 4096 -#define RANGE_ALLOC_BLOCK_SIZE 2048 +#define RANGE_ALLOC_BLOCK_SIZE 4096 #define ACL_ALLOC_BLOCK_SIZE 1024 #define UDF_ALLOC_BLOCK_SIZE 1024 #define TABLE_ALLOC_BLOCK_SIZE 1024 |