Commit 599cedfb authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4454], fix issue

git-svn-id: file:///svn/toku/tokudb@39387 c7de825b-a66e-492c-adef-691d508d4ae1
parent 471fc344
......@@ -87,6 +87,7 @@ stress_table(DB_ENV* env, DB** dbp, struct cli_args *cli_args) {
}
for (int i = 0; i < num_threads; i++) {
myargs[i].operation = checkpoint_var;
myargs[i].crash_on_operation_failure = false;
myargs[i].operation_extra = &val_size;
}
run_workers(myargs, num_threads, cli_args->time_of_test, false, cli_args);
......
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