summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/cursor.h')
-rw-r--r--src/third_party/wiredtiger/src/include/cursor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/cursor.h b/src/third_party/wiredtiger/src/include/cursor.h
index ba53bd23c78..d23deee8c98 100644
--- a/src/third_party/wiredtiger/src/include/cursor.h
+++ b/src/third_party/wiredtiger/src/include/cursor.h
@@ -289,6 +289,7 @@ struct __wt_cursor_metadata {
struct __wt_cursor_stat {
WT_CURSOR iface;
+ int notinitialized; /* Cursor not initialized */
int notpositioned; /* Cursor not positioned */
WT_STATS *stats; /* Stats owned by the cursor */
@@ -301,6 +302,8 @@ struct __wt_cursor_stat {
WT_CONNECTION_STATS conn_stats;
} u;
+ const char **cfg; /* Original cursor configuration */
+
int key; /* Current stats key */
uint64_t v; /* Current stats value */
WT_ITEM pv; /* Current stats value (string) */