mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
#121 change default basement node size to 64KB from 128KB
This commit is contained in:
parent
984d167157
commit
4a06655ee0
1 changed files with 1 additions and 1 deletions
|
@ -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???
|
||||
|
|
Loading…
Add table
Reference in a new issue