mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
[t:4427], fix test_stress4.c
git-svn-id: file:///svn/toku/tokudb@39315 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
0ccb475e04
commit
a1ce51e9a6
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
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]));
|
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 = update_with_history_op;
|
||||||
|
myargs[i].operation_extra = &uoe[i-4];
|
||||||
}
|
}
|
||||||
|
|
||||||
// make the guys that do point queries
|
// make the guys that do point queries
|
||||||
|
|
Loading…
Add table
Reference in a new issue