Commit 1d273686 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4427], fix test_stress4.c

git-svn-id: file:///svn/toku/tokudb@39315 c7de825b-a66e-492c-adef-691d508d4ae1
parent 20317bf7
......@@ -85,6 +85,7 @@ stress_table(DB_ENV *env, DB **dbp, struct cli_args *cli_args) {
uoe[i-4] = get_update_op_args(cli_args,update_history_buffer);
memset(uoe[i-4].update_history_buffer, 0, n * (sizeof uoe[i-4].update_history_buffer[0]));
myargs[i].operation = update_with_history_op;
myargs[i].operation_extra = &uoe[i-4];
}
// make the guys that do point queries
......
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