Commit 935bfdb0 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4501], fix test as result of changes for #4472

git-svn-id: file:///svn/toku/tokudb@39776 c7de825b-a66e-492c-adef-691d508d4ae1
parent de5d8782
......@@ -15,11 +15,7 @@
// ENVDIR is defined in the Makefile
#if TOKUDB
#define EXTRA_LOCK_NEEDED 2
#else
#define EXTRA_LOCK_NEEDED 0
#endif
#define EXTRA_LOCK_NEEDED 0 // pre #4472, TokuDB needed some extra locks due to grabbing of directory lock for some operations
static void make_db (int n_locks) {
DB_ENV *env;
......
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