Commit 975f35da authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel
Browse files

[t:4454], fix issue

git-svn-id: file:///svn/toku/tokudb@39387 c7de825b-a66e-492c-adef-691d508d4ae1
parent e19779e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);