Go to the documentation of this file.
24 #define NUM_BUFFER_PARTITIONS 16
27 #define LOG2_NUM_LOCK_PARTITIONS 4
28 #define NUM_LOCK_PARTITIONS (1 << LOG2_NUM_LOCK_PARTITIONS)
31 #define LOG2_NUM_PREDICATELOCK_PARTITIONS 4
32 #define NUM_PREDICATELOCK_PARTITIONS (1 << LOG2_NUM_PREDICATELOCK_PARTITIONS)
105 extern bool Trace_lwlocks;