diff options
author | Chad MILLER <chad@mysql.com> | 2008-07-10 14:47:53 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-07-10 14:47:53 -0400 |
commit | 06756c19c5a27a5240dc1dd7c243c32db04ccf00 (patch) | |
tree | d78d316822f255f22093dc0cc26ea8943b5f91d4 /sql/mysql_priv.h | |
parent | 93aba6a8835210d6065ccb2f74114b64502a702b (diff) | |
parent | ac15eee942b492764690b634570ca32bda446b6c (diff) | |
download | mariadb-git-06756c19c5a27a5240dc1dd7c243c32db04ccf00.tar.gz |
Merge chunk from trunk.
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 e41aaa2e1fa..e0708db7a36 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -186,7 +186,7 @@ MY_LOCALE *my_locale_by_number(uint number); #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 |