diff options
author | hf@deer.(none) <> | 2004-06-02 19:17:35 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2004-06-02 19:17:35 +0500 |
commit | b8cf9f6afead8bfedbab59598b96c5b0cb70a8ce (patch) | |
tree | ff05e5599bdcdb7f2d378d8130e42f7d8d5bea93 /myisam/rt_index.h | |
parent | 4cb62eb0015da5df581ae8aa19e31eac8d8fe404 (diff) | |
parent | 7cf1d2596b0d01664d820cd22d315bf910d9d4d6 (diff) | |
download | mariadb-git-b8cf9f6afead8bfedbab59598b96c5b0cb70a8ce.tar.gz |
Merging
Diffstat (limited to 'myisam/rt_index.h')
-rw-r--r-- | myisam/rt_index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/rt_index.h b/myisam/rt_index.h index 1a24c403043..d3fcd934719 100644 --- a/myisam/rt_index.h +++ b/myisam/rt_index.h @@ -25,7 +25,7 @@ (nod_flag ? nod_flag : info->s->base.rec_reflength)) #define rt_PAGE_END(page) (page + mi_getint(page)) -#define rt_PAGE_MIN_SIZE(block_length) ((uint)(block_length) / 2) +#define rt_PAGE_MIN_SIZE(block_length) ((uint)(block_length) / 3) int rtree_insert(MI_INFO *info, uint keynr, uchar *key, uint key_length); int rtree_delete(MI_INFO *info, uint keynr, uchar *key, uint key_length); |