Commit 7a1019e6 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:3000], fix mvcc-many-committed

git-svn-id: file:///svn/toku/tokudb@25005 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4f94d28a
......@@ -16,6 +16,8 @@ int test_main (int argc, char * const argv[]) {
u_int32_t num_read_txns = 1000;
r = db_env_create(&env, 0); CKERR(r);
env->set_errfile(env, stderr);
r = env->set_lk_max_locks(env, 0xffffffff);
CKERR(r);
r = env->open(env, ENVDIR, envflags, S_IRWXU+S_IRWXG+S_IRWXO); CKERR(r);
DB *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