Commit dbd216dc authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1531 Port db-benchmark-test-bdb to windows

git-svn-id: file:///svn/toku/tokudb@11743 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5dc6dd40
...@@ -120,7 +120,7 @@ static void benchmark_setup (void) { ...@@ -120,7 +120,7 @@ static void benchmark_setup (void) {
assert(r == 0); assert(r == 0);
} }
#if TOKUDB #if defined(TOKUDB)
if (do_checkpoint_period) { if (do_checkpoint_period) {
r = dbenv->checkpointing_set_period(dbenv, checkpoint_period); r = dbenv->checkpointing_set_period(dbenv, checkpoint_period);
assert(r == 0); assert(r == 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment