-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Platform 7 08/10/15
wt_rwlock_t consists of the following in a union. This makes it difficult to add padding if needed.
typedef union { /* Read/write lock */
uint64_t u;
uint32_t us;
...
- is depended on by
-
SERVER-19532 WiredTiger changes for MongoDB 3.1.7
- Closed
-
SERVER-19744 WiredTiger changes for MongoDB 3.0.6
- Closed