summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2013-10-04 16:05:34 -0400
committerRich Prohaska <prohaska@tokutek.com>2013-10-04 16:05:34 -0400
commite0ecc3f2f5fbe7d930c22dde25eaef84ea9229fa (patch)
tree647c2478e0a028223b12aab4e6fd8caf3a7b7168
parent3a5e78db2a3f629b0c4512ec5c0c78659ec6d38a (diff)
downloadmariadb-git-e0ecc3f2f5fbe7d930c22dde25eaef84ea9229fa.tar.gz
#121 change default basement node size to 64KB from 128KB
-rw-r--r--storage/tokudb/hatoku_hton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h
index 266551751c2..b1d14e7e6c7 100644
--- a/storage/tokudb/hatoku_hton.h
+++ b/storage/tokudb/hatoku_hton.h
@@ -225,7 +225,7 @@ static MYSQL_THDVAR_UINT(read_block_size,
"fractal tree read block size",
NULL,
NULL,
- 128*1024, // default
+ 64*1024, // default
4096, // min
~0U, // max
1 // blocksize???