dbLock: default build options

Enable extra debugging.
Disable lockSet free list.
Enable recomputeCnt optimization
This commit is contained in:
Michael Davidsaver
2015-03-24 14:18:11 -04:00
parent 07bb2fbef7
commit 8fea2f5ae6
+1 -1
View File
@@ -16,7 +16,7 @@
/* disable the free list for lockSets */
#define LOCKSET_NOFREE
/* disable use of recomputeCnt optimization */
#define LOCKSET_NOCNT
/*#define LOCKSET_NOCNT*/
/* except for refcount (and lock), all members of dbLockSet
* are guarded by its lock.