Disable NAIVE_LOCKING in lhtable. (Should never have been enabled...)

This commit is contained in:
Sears Russell 2009-08-27 15:28:01 +00:00
parent 6562d6dd53
commit 75ed19556b

View file

@ -30,7 +30,7 @@ static pthread_mutex_t stat_mutex = PTHREAD_MUTEX_INITIALIZER;
*/
#define NAIVE_LOCKING
//#define NAIVE_LOCKING
struct LH_ENTRY(table) {