summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/btmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/btmem.h')
-rw-r--r--src/third_party/wiredtiger/src/include/btmem.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/include/btmem.h b/src/third_party/wiredtiger/src/include/btmem.h
index 84c91097a99..9bd835f5d09 100644
--- a/src/third_party/wiredtiger/src/include/btmem.h
+++ b/src/third_party/wiredtiger/src/include/btmem.h
@@ -444,9 +444,6 @@ struct __wt_page {
/*
* Internal pages (both column- and row-store).
*
- * The page record number is only used by column-store, but it's
- * simpler having only one kind of internal page.
- *
* In-memory internal pages have an array of pointers to child
* structures, maintained in collated order. When a page is
* read into memory, the initial list of children is stored in
@@ -723,7 +720,7 @@ struct __wt_ref {
* up our slot in the page's index structure.
*/
WT_PAGE * volatile home; /* Reference page */
- uint32_t pindex_hint; /* Reference page index hint */
+ volatile uint32_t pindex_hint; /* Reference page index hint */
#define WT_REF_DISK 0 /* Page is on disk */
#define WT_REF_DELETED 1 /* Page is on disk, but deleted */