Commit 90b9137f authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4869 #4753 turn pthread debug off refs[t:4753]

git-svn-id: file:///svn/toku/tokudb@43591 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6f8c78d1
......@@ -27,7 +27,7 @@ typedef pthread_rwlockattr_t toku_pthread_rwlockattr_t;
typedef pthread_key_t toku_pthread_key_t;
typedef struct timespec toku_timespec_t;
#define TOKU_PTHREAD_DEBUG 1
#define TOKU_PTHREAD_DEBUG 0
typedef struct toku_mutex {
pthread_mutex_t pmutex;
......
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