Disable NAIVE_LOCKING in lhtable. (Should never have been enabled...)
This commit is contained in:
parent
6562d6dd53
commit
75ed19556b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static pthread_mutex_t stat_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|||
|
||||
*/
|
||||
|
||||
#define NAIVE_LOCKING
|
||||
//#define NAIVE_LOCKING
|
||||
|
||||
|
||||
struct LH_ENTRY(table) {
|
||||
|
|
Loading…
Reference in a new issue