[t:4039], compilation fix

git-svn-id: file:///svn/toku/tokudb@35575 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-16 23:59:51 -04:00 committed by Yoni Fogel
parent 5904e83e7e
commit 8948b040f5

View file

@ -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,