mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
[t:4039], compilation fix
git-svn-id: file:///svn/toku/tokudb@35575 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
5904e83e7e
commit
8948b040f5
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ static const struct cli_args DEFAULT_ARGS = {
|
|||
.time_of_test = 180,
|
||||
.node_size = 4096,
|
||||
.basement_node_size = 1024,
|
||||
.cachetable_size = 300000;
|
||||
.cachetable_size = 300000,
|
||||
.only_create = false,
|
||||
.only_stress = false,
|
||||
.checkpointing_period = 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue