summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc')
-rw-r--r--storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc b/storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc
index 711f235275e..98dde05cfde 100644
--- a/storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc
+++ b/storage/tokudb/ft-index/src/tests/big-nested-abort-commit.cc
@@ -174,9 +174,6 @@ setup (void) {
r=db_env_create(&env, 0); CKERR(r);
-#ifndef TOKUDB
- r=env->set_lk_max_objects(env, N); CKERR(r);
-#endif
env->set_errfile(env, stderr);
r=env->open(env, TOKU_TEST_FILENAME, DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_CREATE|DB_PRIVATE, S_IRWXU+S_IRWXG+S_IRWXO); CKERR(r);
r=db_create(&db, env, 0); CKERR(r);