Commit 0fea2308 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4145] merge to mainline

git-svn-id: file:///svn/toku/tokudb@37032 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7e68b2fc
......@@ -59,7 +59,7 @@ stress_table(DB_ENV *env, DB **dbp, struct cli_args *cli_args) {
const int num_threads = 1;
struct arg myargs[num_threads];
for (int i = 0; i < num_threads; i++) {
arg_init(&myargs[i], n, dbp, env);
arg_init(&myargs[i], n, dbp, env, cli_args);
}
// make the guy that updates the db
......
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