mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[t:4145] merge to mainline
git-svn-id: file:///svn/toku/tokudb@37032 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
12ac4494a0
commit
1fcc6070bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue