Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform 7 08/10/15
Description
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;
|
...
|
Attachments
Issue Links
- is depended on by
-
SERVER-19532 WiredTiger changes for MongoDB 3.1.7
-
- Closed
-
-
SERVER-19744 WiredTiger changes for MongoDB 3.0.6
-
- Closed
-